查看详情按钮样式更改
This commit is contained in:
parent
24dc1d09cd
commit
b561eff3ea
|
@ -142,7 +142,7 @@
|
|||
" @click.stop="downloadFile(item, '附件下载')" class="DownloadAttachment">
|
||||
附件下载
|
||||
</a-button>
|
||||
<a-button v-if="item.approveStatus === '通过'" @click.stop="switchFunction(item)">
|
||||
<a-button type="primary" v-if="item.approveStatus === '通过'" @click.stop="switchFunction(item)">
|
||||
查看详情
|
||||
</a-button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue