提交 089af16d 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

save

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!385
......@@ -3161,6 +3161,8 @@ export default {
.certifyStatusColor3{
color: #f6ffed;
}
.el-range-editor{
width: 500px;
}
}
</style>
......@@ -182,7 +182,6 @@
<!-- </template>-->
<template slot-scope="scope">
<div>
<el-button @click="setPrice(scope.row, false)" type="text" size="small">设置分佣</el-button>
<el-button @click="editShop(scope.row, 'true')" type="text" size="small">查看</el-button>
......@@ -192,6 +191,7 @@
<el-button @click="orderManage(scope.row)" type="text" size="small">订单管理</el-button>
<el-button @click="setPrice(scope.row, false)" type="text" size="small">设置分佣</el-button>
<el-button @click="setFreight(scope.row)" type="text" size="small">运费配置</el-button>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册