[fix 87350] 发起比对编号改成序号
This commit is contained in:
@@ -667,7 +667,6 @@ export default {
|
|||||||
border: 2px #21c9cc solid;
|
border: 2px #21c9cc solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
::v-deep .delClass {
|
::v-deep .delClass {
|
||||||
color: #ff7168;
|
color: #ff7168;
|
||||||
}
|
}
|
||||||
@@ -734,7 +733,7 @@ export default {
|
|||||||
|
|
||||||
.part-title {
|
.part-title {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background: rgba(213, 44, 38, 0.12);
|
background: rgba(0, 100, 250, 0.12);
|
||||||
border-radius: 8px 8px 0 0;
|
border-radius: 8px 8px 0 0;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding: 0 24px;
|
padding: 0 24px;
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ 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
|
||||||
@@ -241,7 +241,7 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user