权限字符修复

dongdingding
许宏杰 2 years ago
parent 4d5ad409ea
commit b45801d44f

@ -53,7 +53,7 @@
type="primary"
size="mini"
@click="handleAdd()"
v-hasPermi="['zongzhi:detection:add']"
v-hasPermi="['zongzhi:source:add']"
>新增</el-button
>
<el-button
@ -61,7 +61,7 @@
size="mini"
:loading="exportLoading"
@click="handleExport"
v-hasPermi="['zongzhi:detection:export']"
v-hasPermi="['zongzhi:source:export']"
>导出</el-button
>
</div>
@ -131,7 +131,7 @@
<el-button
size="mini"
@click="handleInfo(scope.row)"
v-hasPermi="['zongzhi/netSecurityDataSource:source:list']"
v-hasPermi="['zongzhi:source:list']"
>
查看
</el-button>
@ -139,14 +139,14 @@
type="primary"
size="mini"
@click="handleUpdate(scope.row)"
v-hasPermi="['zongzhi/netSecurityDataSource:source:edit']"
v-hasPermi="['zongzhi:source:edit']"
>修改</el-button
>
<el-button
size="mini"
type="danger"
@click="handleDelete(scope.row)"
v-hasPermi="['zongzhi/netSecurityDataSource:source:remove']"
v-hasPermi="['zongzhi:source:remove']"
>删除</el-button
>
</template>

Loading…
Cancel
Save