|
@@ -186,8 +186,7 @@
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
<el-link :underline="false" type="primary" :href="scope.row.invoiceUrlAddr" target="_blank"
|
|
<el-link :underline="false" type="primary" :href="scope.row.invoiceUrlAddr" target="_blank"
|
|
|
v-if="scope.row.invoiceStatus != 0">查看发票</el-link>
|
|
v-if="scope.row.invoiceStatus != 0">查看发票</el-link>
|
|
|
- <el-button link type="primary" @click="showUploadInvoice(scope.row)"
|
|
|
|
|
- v-hasPermi="['dgtmedicine:vipPayment:edit']" v-if="scope.row.invoiceStatus == 0">
|
|
|
|
|
|
|
+ <el-button link type="primary" @click="showUploadInvoice(scope.row)" v-if="scope.row.invoiceStatus == 0">
|
|
|
上传发票
|
|
上传发票
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|