|
@@ -15,7 +15,7 @@
|
|
|
:headers="headers"
|
|
|
:file-list="fileList"
|
|
|
:on-preview="handlePictureCardPreview"
|
|
|
- :class="{hide: this.fileList.length >= this.limit}"
|
|
|
+ :class="{hide: this.fileList.length >= this.limit,obsImageUploads:disabled?'obsImageUploads':''}"
|
|
|
>
|
|
|
<i class="el-icon-plus abs"></i>
|
|
|
</el-upload>
|
|
@@ -267,5 +267,10 @@ export default {
|
|
|
opacity: 0;
|
|
|
transform: translateY(0);
|
|
|
}
|
|
|
+::v-deep .obsImageUploads {
|
|
|
+ .el-upload--picture-card {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|
|
|
|