ZaiZai пре 1 година
родитељ
комит
e77335971a
1 измењених фајлова са 3 додато и 3 уклоњено
  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' },