ソースを参照

feat: 添加备注列到数据表格

xieyong 3 日 前
コミット
99eeeb24ba
1 ファイル変更10 行追加2 行削除
  1. 10 2
      src/components/addDoc/main.vue

+ 10 - 2
src/components/addDoc/main.vue

@@ -161,6 +161,14 @@
             minWidth: 100
           },
 
+          {
+            prop: 'remark',
+            label: '备注',
+            align: 'center',
+            showOverflowTooltip: true,
+            minWidth: 100
+          },
+
           {
             columnKey: 'action',
             label: '操作',
@@ -188,8 +196,8 @@
       openFileList(type) {
         this.fileShow = true;
         this.$nextTick(() => {
-          this.$refs.doc_templateRef.query(type)
-        })
+          this.$refs.doc_templateRef.query(type);
+        });
       },
       fileEditOpen() {
         this.$refs.fileEditRef.open();