权限字符修复

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

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

Loading…
Cancel
Save