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