[update] 年度制修订-标准化流程的标准等级分类改成非必填
This commit is contained in:
-9
@@ -287,7 +287,6 @@
|
|||||||
<!-- 标准等级分类 -->
|
<!-- 标准等级分类 -->
|
||||||
<div class="box-title-text form-flex-item-half">
|
<div class="box-title-text form-flex-item-half">
|
||||||
<div class="title-text">
|
<div class="title-text">
|
||||||
<span v-if="rules.enStandardClassification[0].required" class="required">*</span>
|
|
||||||
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.standardGradeClassification')">
|
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.standardGradeClassification')">
|
||||||
{{ $t('workCenter.enterpriseInitChangePlan.standardGradeClassification') }}
|
{{ $t('workCenter.enterpriseInitChangePlan.standardGradeClassification') }}
|
||||||
</span>
|
</span>
|
||||||
@@ -663,14 +662,6 @@ export default {
|
|||||||
trigger: 'change'
|
trigger: 'change'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
// 标准等级分类
|
|
||||||
enStandardClassification: [
|
|
||||||
{
|
|
||||||
required: false,
|
|
||||||
message: this.$t('workCenter.enterpriseInitChangePlan.standardGradeClassification') + this.$t('cannotEmpty'),
|
|
||||||
trigger: 'change'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
// 草稿计划完成日期
|
// 草稿计划完成日期
|
||||||
draftPlannedCompleteDate: [
|
draftPlannedCompleteDate: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user