diff --git a/src/views/Upload/index.vue b/src/views/Upload/index.vue index d4e4755..ccaa9df 100644 --- a/src/views/Upload/index.vue +++ b/src/views/Upload/index.vue @@ -103,7 +103,7 @@ export default { 5. Status: Activity status, such as Start or Complete. 6. Attribute: A property that can be associated with a case to provide additional information about that case.`, // 7. Resource: A resource refers to any entity that is required to carry out a business process. This can include people, equipment, software, or any other type of asset. - class: '!max-w-[400px] !text-[10px]', + class: '!max-w-[400px] !text-[10px] !opacity-80', autoHide: false, }, columnType: [ @@ -242,6 +242,9 @@ export default { mounted() { // 要有 uploadID 才能進來 this.isInform = true; // 初始為藍字提示 + console.log(this.uploadId); + this.uploadId = 770170340 + this.uploadFileName = 'abc' this.filesStore.getUploadDetail(); this.isLoading = false; },