@@ -90,6 +90,7 @@
type="primary"
icon="el-icon-plus"
size="mini"
+ disabled
@click="handleAdd"
v-hasPermi="['system:post:add']"
>添加经销商</el-button>
@@ -128,6 +129,7 @@
<el-button
type="text"
@click="handleUpdate(scope.row)"
v-hasPermi="['admin:salesite:edit']"
>编辑</el-button>