[update] 年度制修订-标准化流程的标准等级分类改成非必填

This commit is contained in:
lideqin
2024-01-31 14:54:45 +08:00
parent a344709a6e
commit 008f5ea00b
@@ -287,7 +287,6 @@
<!-- 标准等级分类 -->
<div class="box-title-text form-flex-item-half">
<div class="title-text">
<span v-if="rules.enStandardClassification[0].required" class="required">*</span>
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.standardGradeClassification')">
{{ $t('workCenter.enterpriseInitChangePlan.standardGradeClassification') }}
</span>
@@ -663,14 +662,6 @@ export default {
trigger: 'change'
}
],
// 标准等级分类
enStandardClassification: [
{
required: false,
message: this.$t('workCenter.enterpriseInitChangePlan.standardGradeClassification') + this.$t('cannotEmpty'),
trigger: 'change'
}
],
// 草稿计划完成日期
draftPlannedCompleteDate: [
{