[update] 修改各页面搜索条件label宽度,以及企标立项变更流程

This commit is contained in:
lideqin
2023-11-09 11:54:36 +08:00
parent eabbfdfdc0
commit e3b899e5ca
10 changed files with 85 additions and 60 deletions
@@ -12,11 +12,13 @@
</template>
</a-tabs>
<div class="tabs-table-box">
<component
:is="comp"
ref="compModel"
v-if="comp">
</component>
<keep-alive>
<component
:is="comp"
ref="compModel"
v-if="comp">
</component>
</keep-alive>
</div>
</a-card>
</template>
@@ -141,12 +141,15 @@ export default {
let path = ''
// 跳转到对应流程页面
switch (record.prcType + '') {
// 企标立项、变更计划
case '7':
path = '/workCenter/enterpriseStandardInitChange/planApprovalChangeFlow'
break
// 年度制修订计划(各部门主动上报)
case '8':
path = '/workCenter/annualRevisionPlanActivelyReport/revisionPlanActivelyReportFlow'
break
// 年度制修订计划(标准化发起)
case '9':
path = '/workCenter/annualRevisionPlanStandardizationInit/revisionPlanStandardizationInitFlow'
break