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

@ -83,7 +83,7 @@
const columns= ref([
{ title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 100},
{ title: t('客户编码'), dataIndex: 'cuCode', width:100},
{ title: t('客户名称'), dataIndex: 'cuName', sorter: true},
{ title: t('客户名称'), dataIndex: 'cuName', },
{ title: t('国内/国际'), dataIndex: 'diName', width: 140},
{ title: t('客户类别'), dataIndex: 'typeName', width: 140},
{ title: t('客户分类'), dataIndex: 'className', width: 140},