fix: BUG修改

This commit is contained in:
kun 2023-08-26 17:16:41 +08:00
parent 46064646c9
commit 5f845dd319

View File

@ -148,9 +148,9 @@
<span>{{ row.annexName }}</span>
</template>
</el-table-column>
<el-table-column prop="fileList" label="操作" v-if="title != '详情' && title != '资料审批'">
<el-table-column prop="fileList" label="操作">
<template #default="{ row, $index }">
<el-button v-if="title == '详情'" type="primary" @click="onDownLoad(row)" link>下载附件</el-button>
<el-button type="primary" @click="onDownLoad(row)" link>下载附件</el-button>
<!-- <el-button type="primary" @click="onUpload(row)" link>上传附件</el-button> -->
</template>
</el-table-column>