[update] 联调企标计划立项、变更流程

This commit is contained in:
lideqin
2023-11-22 16:48:50 +08:00
parent b984a59711
commit 16678e037d
6 changed files with 152 additions and 85 deletions
@@ -247,7 +247,6 @@
<!-- 标准等级分类 -->
<div class="box-title-text form-flex-item">
<div class="title-text">
<span class="required">*</span>
<span class="title-text-text" :title="$t('workCenter.enterpriseInitChangePlan.standardGradeClassification')">
{{ $t('workCenter.enterpriseInitChangePlan.standardGradeClassification') }}
</span>
@@ -756,7 +755,7 @@ export default {
// 标准等级分类
enStandardClassification: [
{
required: true,
required: false,
message: this.$t('workCenter.enterpriseInitChangePlan.standardGradeClassification') + this.$t('cannotEmpty'),
trigger: 'change'
}