|
@@ -85,7 +85,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
icon="el-icon-plus"
|
|
@@ -94,7 +94,7 @@
|
|
|
@click="handleAdd"
|
|
|
v-hasPermi="['system:post:add']"
|
|
|
>添加经销商</el-button>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
@@ -126,13 +126,13 @@
|
|
|
@click="handleDetail(scope.row)"
|
|
|
v-hasPermi="['admin:salesite:read']"
|
|
|
>查看</el-button>
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
disabled
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
v-hasPermi="['admin:salesite:edit']"
|
|
|
- >编辑</el-button>
|
|
|
+ >编辑</el-button> -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|