优化
This commit is contained in:
@ -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},
|
||||
|
||||
Reference in New Issue
Block a user