|
@@ -18,7 +18,7 @@
|
|
|
<el-button type="text" @click="addClick(props.scope.row, 1)"
|
|
|
>详情</el-button
|
|
|
>
|
|
|
- <el-button type="text" @click="addClick(props.scope.row, 2)"
|
|
|
+ <!-- <el-button type="text" @click="addClick(props.scope.row, 2)"
|
|
|
>审核</el-button
|
|
|
>
|
|
|
<el-button
|
|
@@ -42,7 +42,7 @@
|
|
|
type="text"
|
|
|
@click="addClick(props.scope.row, 5)"
|
|
|
>发票标记</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</template>
|
|
|
</table-list>
|
|
|
<pagination
|
|
@@ -448,7 +448,7 @@ export default {
|
|
|
border: true,
|
|
|
choice: true,
|
|
|
addHide: true,
|
|
|
- changeWidth: "240px",
|
|
|
+ changeWidth: "100px",
|
|
|
backFatherBtn: {
|
|
|
status: false,
|
|
|
title: "未定义",
|
|
@@ -826,6 +826,10 @@ export default {
|
|
|
label: "已退票",
|
|
|
value: -1,
|
|
|
},
|
|
|
+ {
|
|
|
+ label: "开票中",
|
|
|
+ value: 3,
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{ label: "发票预览", prop: "invoiceImg", scope: "img" },
|