|
@@ -136,15 +136,7 @@ const tableColumn = ref([
|
|
|
{key: 'reportUserName', name: '上报人', width: '120', align: 'center'},
|
|
|
{key: 'auditUserNames', name: '审核人', width: '120', align: 'center'},
|
|
|
])
|
|
|
-const tableData = ref([
|
|
|
- {id: 1, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '任务审批', auditStatus: '1', informant: '张三', auditor: '李四'},
|
|
|
- {id: 2, taskName: '【上报人】向您发起【用车审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '采购审批', auditStatus: '2', informant: '张三', auditor: '李四'},
|
|
|
- {id: 3, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '用车审批', auditStatus: '3', informant: '张三', auditor: '李四'},
|
|
|
- {id: 4, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '报销审批', auditStatus: '1', informant: '张三', auditor: '李四'},
|
|
|
- {id: 5, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '借款审批', auditStatus: '3', informant: '张三', auditor: '李四'},
|
|
|
- {id: 6, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '出差申请', auditStatus: '1', informant: '张三', auditor: '李四'},
|
|
|
- {id: 7, taskName: '【上报人】向您发起【任务审批】审批', reportDate: '2022-02-01', auditDate: '2022-02-01', reportType: '外包支付', auditStatus: '1', informant: '张三', auditor: '李四'},
|
|
|
-])
|
|
|
+const tableData = ref([])
|
|
|
const getTableData = async() => {
|
|
|
//const key = isTableKey.value
|
|
|
tableLoading.value = true
|