Przeglądaj źródła

体系运行记录上传样式调整

shenqilong 1 rok temu
rodzic
commit
84373c8d19

+ 3 - 2
src/views/platform/bpmn/bpmInstHis/oldFilesUploadList.vue

@@ -182,7 +182,7 @@ export default {
                     {
                     {
                         prop: 'nian_du_',
                         prop: 'nian_du_',
                         label: '年度',
                         label: '年度',
-                        width: 50,
+                        width: 100,
                         dateFormat: 'yyyy',
                         dateFormat: 'yyyy',
                         sortable: 'custom'
                         sortable: 'custom'
                     },
                     },
@@ -643,7 +643,8 @@ export default {
                     return el.key === 'add'
                     return el.key === 'add'
                 })
                 })
                 if (chongfu.length === 0 && this.depth !== 0) {
                 if (chongfu.length === 0 && this.depth !== 0) {
-                    this.listConfig.toolbars.push({ key: 'add' })
+                    this.listConfig.toolbars.splice(1, 0, { key: 'add' })
+                    // this.listConfig.toolbars.push({ key: 'add' })
                 }
                 }
             } else {
             } else {
                 this.listConfig.toolbars = this.listConfig.toolbars.filter(
                 this.listConfig.toolbars = this.listConfig.toolbars.filter(