fix: BUG修改
This commit is contained in:
parent
46064646c9
commit
5f845dd319
@ -148,9 +148,9 @@
|
|||||||
<span>{{ row.annexName }}</span>
|
<span>{{ row.annexName }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="fileList" label="操作" v-if="title != '详情' && title != '资料审批'">
|
<el-table-column prop="fileList" label="操作">
|
||||||
<template #default="{ row, $index }">
|
<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> -->
|
<!-- <el-button type="primary" @click="onUpload(row)" link>上传附件</el-button> -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user