fix : 修复页面

This commit is contained in:
2024-05-11 21:37:15 +08:00
parent a7d9391e9a
commit 9c6c494b80
5 changed files with 12 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ const todoNum = ref(20)
const tableConfig = reactive({
columns: [
{
prop: 'userName',
prop: 'taskId',
label: '单据编号',
align: 'center',
},
@@ -143,7 +143,7 @@ const tableConfig = reactive({
}
}
],
api: '',
api: '/workflow/process/task',
params: {},
})