修改禅道已知bug
This commit is contained in:
@@ -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',
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user