|
|
@@ -73,6 +73,7 @@
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="附件">
|
|
|
<FileUpload
|
|
|
+ class="work-order-attachment-upload"
|
|
|
:device-id="undefined"
|
|
|
:show-folder-button="false"
|
|
|
@upload-success="handleUploadSuccess" />
|
|
|
@@ -1221,6 +1222,10 @@ const handleDelete = async (str: string) => {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
+.work-order-attachment-upload :deep(.upload-list-card) {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
.attachment-list {
|
|
|
width: 100%;
|
|
|
padding: 10px;
|