|
@@ -235,8 +235,8 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" label="操作" width="200" align="center">
|
|
|
<template slot-scope="{row}">
|
|
|
- <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text"
|
|
|
- size="small">修改</el-button>
|
|
|
+ <!-- <el-button :disabled="row.state != '审核中'" @click="invoiceDetail(row.id)" type="text"
|
|
|
+ size="small">修改</el-button> -->
|
|
|
<el-button :disabled="row.state != '已开票'" @click="cancellation(row.id)" type="text"
|
|
|
size="small">申请作废</el-button>
|
|
|
<el-button @click="copyInvoice(row)" type="text" size="small">复制</el-button>
|