|
@@ -71,14 +71,14 @@
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
</template>
|
|
</template>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
- <template v-if="state.form.fileList?.length">
|
|
|
|
|
|
|
+ <!-- <template v-if="state.form.fileList?.length">
|
|
|
<h4 class="mb10">入室申请附件</h4>
|
|
<h4 class="mb10">入室申请附件</h4>
|
|
|
<el-descriptions border :column="2" class="mb20" direction="vertical">
|
|
<el-descriptions border :column="2" class="mb20" direction="vertical">
|
|
|
<el-descriptions-item v-for="item in state.form.fileList" label-class-name="cell-item" :label="item.fileName">
|
|
<el-descriptions-item v-for="item in state.form.fileList" label-class-name="cell-item" :label="item.fileName">
|
|
|
<el-link type="primary" target="_blank" :href="item.fileUrl">下载</el-link>
|
|
<el-link type="primary" target="_blank" :href="item.fileUrl">下载</el-link>
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
- </template>
|
|
|
|
|
|
|
+ </template> -->
|
|
|
<h4 class="mb10">审批流</h4>
|
|
<h4 class="mb10">审批流</h4>
|
|
|
<FlowTable :id="state.form.id" :businessCode="state.form.id + ''" defCode="plat_platform_appoint" />
|
|
<FlowTable :id="state.form.id" :businessCode="state.form.id + ''" defCode="plat_platform_appoint" />
|
|
|
<template v-if="state.dialog.type == 'audit'">
|
|
<template v-if="state.dialog.type == 'audit'">
|