| | |
| | | >
|
| | | <i class="el-icon-plus"></i>
|
| | | </el-upload>
|
| | | |
| | |
|
| | | <!-- 上传提示 -->
|
| | | <div class="el-upload__tip" slot="tip" v-if="showTip">
|
| | | 请上传
|
| | |
| | | }
|
| | |
|
| | | if (!isImg) {
|
| | | this.$modal.msgError(`文件格式不正确, 请上传${this.fileType.join("/")}图片格式文件!`);
|
| | | this.$modal.msgError(`文件格式不正确,请上传${this.fileType.join("/")}图片格式文件!`);
|
| | | return false;
|
| | | }
|
| | | if (file.name.includes(',')) {
|
| | | this.$modal.msgError('文件名不正确,不能包含英文逗号!');
|
| | | return false;
|
| | | }
|
| | | if (this.fileSize) {
|
| | |
| | | }
|
| | |
|
| | | ::v-deep .el-list-enter, .el-list-leave-active {
|
| | | opacity: 0;
|
| | | transform: translateY(0);
|
| | | opacity: 0;
|
| | | transform: translateY(0);
|
| | | }
|
| | | </style>
|
| | |
|