update 工作组相关流程 --> 汽标委工作组相关流程;依据描述 --> 整改情况

This commit is contained in:
赵霄
2024-03-18 09:55:46 +08:00
parent edc717779f
commit 10cf7ccd9e
2 changed files with 6 additions and 5 deletions
@@ -321,10 +321,10 @@ export default {
// 展开表格的规则
extraForm: {
rules: {
// 依据描述
// 整改情况
description: {
required: true,
message: this.$t('pleaseEnter') + this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
message: this.$t('pleaseEnter') + this.$t('workCenter.noMatchTracking.reorganizeTheSituation'),
trigger: 'blur'
},
// 佐证材料
@@ -337,7 +337,7 @@ export default {
formArr: [
{
fieldShowType: 1,
dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
dbFieldTxt: this.$t('workCenter.noMatchTracking.reorganizeTheSituation'),
dbFieldName: 'description'
},
{