[update] 修改bug81118
This commit is contained in:
@@ -466,6 +466,7 @@
|
||||
<!-- 隶属工作组 -->
|
||||
<div class="box-title-text form-flex-item">
|
||||
<div class="title-text">
|
||||
<span class="required">*</span>
|
||||
<span class="title-text-text" :title="$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup')">
|
||||
{{ $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') }}
|
||||
</span>
|
||||
@@ -481,7 +482,7 @@
|
||||
style="width: 100%"
|
||||
:tree-data="workingGroupTreeList"
|
||||
:disabled="disabled"
|
||||
:placeholder="$t('pleaseSelect')"
|
||||
:placeholder="$t('pleaseSelect') + $t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup')"
|
||||
/>
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
@@ -922,6 +923,14 @@ export default {
|
||||
message: this.$t('workCenter.enterpriseInitChangePlan.suitUnit') + this.$t('cannotEmpty'),
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
// 隶属工作组
|
||||
workGroup: [
|
||||
{
|
||||
required: true,
|
||||
message: this.$t('workCenter.revisionPlanActivelyReport.affiliatedWorkingGroup') + this.$t('cannotEmpty'),
|
||||
trigger: 'change'
|
||||
}
|
||||
]
|
||||
},
|
||||
// 各模块的收齐和展开状态
|
||||
|
||||
Reference in New Issue
Block a user