update 未符合项跟踪流程:依据描述-->整改情况

This commit is contained in:
赵霄
2024-03-18 09:54:48 +08:00
parent 3015ff3ceb
commit 1b819c991a
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -330,7 +330,8 @@ module.exports = {
problemTypes: '问题类型',
relevantProject: '相关项目',
designEngineer: '设计工程师',
estimatedDateOfCompletionOfRectification: '预计整改完成日期'
estimatedDateOfCompletionOfRectification: '预计整改完成日期',
reorganizeTheSituation: '整改情况'
},
standardCompliance: {
standardNumberName: '标准编号/标准名称',
@@ -196,10 +196,10 @@ export default {
// 展开表格的规则
extraForm: {
rules: {
// 依据描述
// 整改情况
description: {
required: true,
message: this.$t('pleaseEnter') + this.$t('standardConsultation.basisDescription'),
message: this.$t('pleaseEnter') + this.$t('noMatchTracking.reorganizeTheSituation'),
trigger: 'blur'
},
// 佐证材料
@@ -212,7 +212,7 @@ export default {
formArr: [
{
fieldShowType: 1,
dbFieldTxt: this.$t('standardConsultation.basisDescription'),
dbFieldTxt: this.$t('noMatchTracking.reorganizeTheSituation'),
dbFieldName: 'description'
},
{