update 未符合项跟踪流程:依据描述-->整改情况
This commit is contained in:
@@ -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'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user