This commit is contained in:
‘huanghaiixia’
2026-01-21 18:18:19 +08:00
parent 578d9b5094
commit 021b5074b5
17 changed files with 114 additions and 114 deletions

View File

@ -35,7 +35,7 @@
const columns= ref([
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 100},
{ title: t('标题'), dataIndex: 'title', width:100},
{ title: t('编号'), dataIndex: 'code', sorter: true},
{ title: t('编号'), dataIndex: 'code', },
{ title: t('签报类型'), dataIndex: 'typeName', width: 140},
{ title: t('拟稿人'), dataIndex: 'empName', width: 140},
{ title: t('拟稿人所属部门'), dataIndex: 'bDeptName', width: 140},