|
@@ -109,7 +109,7 @@
|
|
|
size="mini"
|
|
|
@click="handleOrderExport"
|
|
|
v-hasPermi="['business:salesite:export']"
|
|
|
- >导出订单</el-button
|
|
|
+ >导出经销商</el-button
|
|
|
>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
@@ -336,7 +336,7 @@ export default {
|
|
|
|
|
|
// 导出订单
|
|
|
handleOrderExport() {
|
|
|
- this.$confirm("是否确认导出订单?", "提示", {
|
|
|
+ this.$confirm("是否确认导出经销商?", "提示", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning",
|