refactor: 权限系统模块重构完成

Former-commit-id: b33078bfbfea309af518cfab41080d0fea819491
This commit is contained in:
horizons
2022-10-21 00:59:49 +08:00
parent b0a0033371
commit cf24d080e5
16 changed files with 576 additions and 990 deletions

View File

@@ -7,7 +7,7 @@ import { reactive, toRefs } from 'vue';
const state = reactive({
typeCode: '',
typeName: '',
typeName: ''
});
const { typeCode, typeName } = toRefs(state);
@@ -26,7 +26,7 @@ const handleDictTypeClick = (row: any) => {
<template>
<div class="app-container">
<el-row :gutter="10">
<el-col :span="12" :xs="24">
<el-col :span="8" :xs="24">
<el-card class="box-card">
<template #header>
<svg-icon icon-class="dict" />
@@ -36,7 +36,7 @@ const handleDictTypeClick = (row: any) => {
</el-card>
</el-col>
<el-col :span="12" :xs="24">
<el-col :span="16" :xs="24">
<el-card class="box-card">
<template #header>
<svg-icon icon-class="dict_item" />