LAPTOP-16IUEB3P\Lenovo пре 2 година
родитељ
комит
cf2a38cce7

+ 6 - 1
src/views/documentManagement/certificateManagement/index.vue

@@ -8,7 +8,8 @@
         :datasource="datasource"
         height="calc(100vh - 350px)"
         class="dict-table"
-        tool-class="ele-toolbar-actions"
+        tool-class="ele-toolbar-form"
+        cache-key="certificateTable"
       >
         <!-- 工具栏 -->
         <template v-slot:toolbar>
@@ -77,6 +78,7 @@
           },
           {
             label: '证照编号',
+            prop: 'code',
             slot: 'code',
             width:180
           },
@@ -93,18 +95,21 @@
           },
           {
             label: '有效期限',
+            prop: 'time',
             slot: 'time',
             minWidth: '180',
             showOverflowTooltip: true
           },
           {
             label: '创建人信息',
+            prop: 'createUser',
             slot: 'createUser',
             minWidth: '200',
             showOverflowTooltip: true
           },
           {
             label: '证照',
+            prop: 'picture',
             slot: 'picture'
           },
           {

+ 3 - 3
src/views/documentManagement/docManagement/index.vue

@@ -49,9 +49,9 @@
             label: '文档类型',
             prop: 'type'
           },
-          {
-            label: '系统'
-          },
+          // {
+          //   label: '系统'
+          // },
           {
             label: '储存路径',
             prop: 'storePath',

+ 0 - 1
src/views/material/manage/components/index-data.vue

@@ -6,7 +6,6 @@
       :columns="columns"
       :datasource="datasource"
       :need-page="true"
-      :toolkit="[]"
       :selection.sync="selection"
       height="calc(100vh - 350px)"
       full-height="calc(100vh - 116px)"

+ 1 - 1
src/views/material/manage/index.vue

@@ -29,7 +29,7 @@
           :current.sync="current"
           highlight-current-row
           class="dict-table"
-          row-key="id"
+          row-key="id"        
           tool-class="ele-toolbar-actions"
           @done="done"
         >