ZaiZai 1 anno fa
parent
commit
e77335971a
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/tentative/detect/commission.vue

+ 3 - 3
src/views/tentative/detect/commission.vue

@@ -205,9 +205,9 @@ const pageChange = ({ current, size }) => {
 //表格数据
 const tableData = ref([])
 const tableColumn = ref([
-    { key: 'key1', name: '委托单位' },
-    { key: 'key2', name: '委托单编号' },
-    { key: 'key3', name: '委托单名称' },
+    { key: 'entrustInfo', name: '委托单位' },
+    { key: 'entrustNo', name: '委托单编号' },
+    { key: 'entrustName', name: '委托单名称' },
     { key: 'key4', name: '关联材料名称' },
     { key: 'key5', name: '委托单状态', width: 120, align: 'center' },
     { key: 'action', name: '操作', width: 120, align: 'center' },