优化
This commit is contained in:
@ -139,9 +139,9 @@
|
||||
{ title: t('评价部门'), dataIndex: 'eDeptName', },
|
||||
{ title: t('评分'), dataIndex: 'score', },
|
||||
{ title: t('分数说明'), dataIndex: 'scoreDesc', },
|
||||
{ title: t('评价人'), dataIndex: 'aEmpName', },
|
||||
{ title: t('评价人'), dataIndex: 'aEmpName', width: 80},
|
||||
{ title: t('评价时间'), dataIndex: 'aTime', width: 150},
|
||||
{ title: t('实际评价部门'), dataIndex: 'aDeptName', width: 150},
|
||||
{ title: t('实际评价部门'), dataIndex: 'aDeptName', width: 110},
|
||||
]);
|
||||
const dataList= ref([]);
|
||||
const dataFile = ref([]);
|
||||
|
||||
Reference in New Issue
Block a user