代码优化等

This commit is contained in:
吕金泽
2022-03-13 00:57:08 +08:00
parent 3114b2c205
commit 6401c76e65
23 changed files with 524 additions and 434 deletions

View File

@@ -55,21 +55,21 @@ const tableOptions = reactive({
cols: [
{
field: 'name',
title: '组件名称'
label: '组件名称'
},
{
field: 'descRibe',
title: '组件描述'
label: '组件描述'
},
{
title: '操作',
label: '操作',
type: 'btns',
width: 270,
fixed: 'right',
btns: [
{
permission: 'component:save',
title: '修改',
label: '修改',
type: 'text',
icon: 'ElEdit',
click: (row) => {
@@ -78,7 +78,7 @@ const tableOptions = reactive({
},
{
permission: 'component:delete',
title: '删除',
label: '删除',
type: 'text',
icon: 'ElDelete',
click: (row) => {