Commit 5ea1dc05 by shaojiawen

build:build

parent e2c083f5
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -80,7 +80,7 @@
</el-table-column>
<el-table-column label="操作" align="left" width="130px" fixed="right">
<template slot-scope="scope" v-if="listParams.visitorFlag == 0">
<el-button type="text" v-if="scope.row.statusFlag == 4" @click="orderData(scope.row)">核销</el-button>
<el-button type="text" v-if="scope.row.statusFlag == 4" @click="orderData(scope.row)">手动核销</el-button>
<dm-delete @confirm="delData(scope.row)" v-if="scope.row.statusFlag === 4" width="280" tips="销毁后无法恢复,确认销毁?">
<el-button type="text">销毁</el-button>
</dm-delete>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment