[update] 新旧拆分单比对,发起比对表格两列都叫编号,第二列改回编号,第一列改成序号
This commit is contained in:
@@ -208,14 +208,14 @@ export default {
|
||||
},
|
||||
columns: [
|
||||
{
|
||||
title: this.$t('number'),
|
||||
title: this.$t('serialNumber'),
|
||||
width: 60,
|
||||
customRender: function (t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('standardNumber'),
|
||||
title: this.$t('number'),
|
||||
ellipsis: true,
|
||||
dataIndex: 'serialNumber',
|
||||
width: 100
|
||||
@@ -241,14 +241,14 @@ export default {
|
||||
],
|
||||
tableColumns: [
|
||||
{
|
||||
title: this.$t('number'),
|
||||
title: this.$t('serialNumber'),
|
||||
width: 60,
|
||||
customRender: function (t, r, index) {
|
||||
return parseInt(index) + 1
|
||||
}
|
||||
},
|
||||
{
|
||||
title: this.$t('standardNumber'),
|
||||
title: this.$t('number'),
|
||||
ellipsis: true,
|
||||
dataIndex: 'serialNumber',
|
||||
width: 100
|
||||
|
||||
Reference in New Issue
Block a user