Commit 8c574432 by 吕明尚

取消订单作废按钮

parent 501bef9d
......@@ -183,17 +183,17 @@
v-hasPermi="['system:order:export']"
>导出</el-button>
</el-col>
<el-col :span="1.5">
<el-button
type="info"
plain
icon="el-icon-close"
size="mini"
:disabled="single"
@click="onRepeal"
v-hasPermi="['system:order:modify']"
>作废</el-button>
</el-col>
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- type="info"-->
<!-- plain-->
<!-- icon="el-icon-close"-->
<!-- size="mini"-->
<!-- :disabled="single"-->
<!-- @click="onRepeal"-->
<!-- v-hasPermi="['system:order:modify']"-->
<!-- >作废</el-button>-->
<!-- </el-col>-->
<div style="display: flex;flex-direction: row;">
<el-button type="primary" size="mini" disabled><span>订单总数: {{ total }}</span></el-button>
<el-button type="primary" size="mini" disabled><span>订单总价: {{ totalPrice }}</span></el-button>
......
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