fix : 修复专项资金文件预览,优化上报前置流程展示

This commit is contained in:
2024-07-24 20:05:29 +08:00
parent b9de011871
commit 5664faccfe
3 changed files with 24 additions and 3 deletions

View File

@@ -166,7 +166,7 @@
</div>
<div v-if="data.state==='5'" style="margin-bottom: 15px">
<baseTitle title="前置流程"></baseTitle>
<div style="display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 10px">
<div style="display: flex;align-items: center;flex-wrap: wrap;">
<div v-for="(item,index) in localFormData.preProcess" :key="item.requestId">
<a :href="item.baseUrl" target="_blank"
style="color: #2a99ff;cursor: pointer">{{ item.requestName }}<span

View File

@@ -1,5 +1,5 @@
<template>
<div style="display: flex;align-items: center">
<div style="display: flex;align-items: center;flex-wrap: wrap;">
<el-button color="#DED0B2" @click="handleShowPreTable" style="margin-right: 10px">
{{
localFormData.preProcess && localFormData.preProcess.length > 0 ? '更改' : '请选择前置流程'