Commit 220182fb by lixiaomin

退款显示

parent 0f505479
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
</el-table-column> </el-table-column>
<el-table-column width="200" label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column width="200" label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" v-if="authBtn(['2','3','4','5','6','7','10','13'], scope.row.state)" <el-button size="mini" type="text" v-if="authBtn(['2','3','4','5','6','7','10','13','14'], scope.row.state)"
@click="refundClick(scope.row)" v-hasPermi="['system:order:refund']">退款</el-button> @click="refundClick(scope.row)" v-hasPermi="['system:order:refund']">退款</el-button>
</template> </template>
</el-table-column> </el-table-column>
......
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