修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 16:45:44 +08:00
parent 582e7e4bc9
commit 33da7e60c4
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -789,4 +789,5 @@ module.exports = {
yellow: 'yellow',
resultReported:'Result Reported',
TheDoesNotContainData:'The maintenance list of the virtual list does not contain data',
number:'No',
}
+1
View File
@@ -794,4 +794,5 @@ module.exports = {
yellow:'黄',
resultReported:'结果报告',
TheDoesNotContainData:'该虚拟清单的维护清单中没有数据,是否需要添加',
number:'序号',
}
@@ -277,7 +277,7 @@
_this.$message.success(_this.$t('OperationSuccessful'))
_this.getList()
} else {
_this.$message.warning(_this.$t('operationFailed'))
_this.$message.warning(res.message)
}
})
}
@@ -125,9 +125,9 @@
return {
columns: [
{
title: this.$t('serialNumber'),
title: this.$t('number'),
align: 'center',
width: 80,
width: 70,
customRender: function(t, r, index) {
return parseInt(index) + 1
}