|
|
@@ -47,7 +47,7 @@
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
- v-hasPermi="['patrol:main:add']"
|
|
|
+ v-hasPermi="['ps:patrol:add']"
|
|
|
icon="el-icon-plus"
|
|
|
plain
|
|
|
size="mini"
|
|
|
@@ -58,7 +58,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
- v-hasPermi="['patrol:main:export']"
|
|
|
+ v-hasPermi="['ps:patrol:export']"
|
|
|
icon="el-icon-download"
|
|
|
plain
|
|
|
size="mini"
|
|
|
@@ -175,7 +175,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['patrol:main:edit']"
|
|
|
+ v-hasPermi="['ps:patrol:edit']"
|
|
|
>修改
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -183,7 +183,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['patrol:main:remove']"
|
|
|
+ v-hasPermi="['ps:patrol:remove']"
|
|
|
>删除
|
|
|
</el-button>
|
|
|
</template>
|