Commit 8c574432 by 吕明尚

取消订单作废按钮

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