update 工作组相关流程 --> 汽标委工作组相关流程;依据描述 --> 整改情况
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
|||||||
enterpriseStandardInspectionAndRectification: '企标稽查整改',
|
enterpriseStandardInspectionAndRectification: '企标稽查整改',
|
||||||
permissionApplicationProcess: '权限申请流程',
|
permissionApplicationProcess: '权限申请流程',
|
||||||
standardPromotionProcess: '标准宣贯流程',
|
standardPromotionProcess: '标准宣贯流程',
|
||||||
workgroupProcess: '工作组相关流程',
|
workgroupProcess: '汽标委工作组相关流程',
|
||||||
postMeetingManagementProcess: '会后管理流程'
|
postMeetingManagementProcess: '会后管理流程'
|
||||||
},
|
},
|
||||||
// 企标立项/变更计划
|
// 企标立项/变更计划
|
||||||
@@ -421,7 +421,8 @@ module.exports = {
|
|||||||
// 未符合项跟踪流程
|
// 未符合项跟踪流程
|
||||||
noMatchTracking: {
|
noMatchTracking: {
|
||||||
queryByCondition: '按条件查询',
|
queryByCondition: '按条件查询',
|
||||||
problemTypes: '问题类型'
|
problemTypes: '问题类型',
|
||||||
|
reorganizeTheSituation: '整改情况'
|
||||||
},
|
},
|
||||||
// 法规合规评估流程
|
// 法规合规评估流程
|
||||||
standardCompliance: {
|
standardCompliance: {
|
||||||
|
|||||||
@@ -321,10 +321,10 @@ export default {
|
|||||||
// 展开表格的规则
|
// 展开表格的规则
|
||||||
extraForm: {
|
extraForm: {
|
||||||
rules: {
|
rules: {
|
||||||
// 依据描述
|
// 整改情况
|
||||||
description: {
|
description: {
|
||||||
required: true,
|
required: true,
|
||||||
message: this.$t('pleaseEnter') + this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
|
message: this.$t('pleaseEnter') + this.$t('workCenter.noMatchTracking.reorganizeTheSituation'),
|
||||||
trigger: 'blur'
|
trigger: 'blur'
|
||||||
},
|
},
|
||||||
// 佐证材料
|
// 佐证材料
|
||||||
@@ -337,7 +337,7 @@ export default {
|
|||||||
formArr: [
|
formArr: [
|
||||||
{
|
{
|
||||||
fieldShowType: 1,
|
fieldShowType: 1,
|
||||||
dbFieldTxt: this.$t('projectLibrary.specialProjectLibrary.basisDescription'),
|
dbFieldTxt: this.$t('workCenter.noMatchTracking.reorganizeTheSituation'),
|
||||||
dbFieldName: 'description'
|
dbFieldName: 'description'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user