This commit is contained in:
sjl
2024-11-15 16:31:48 +08:00
parent 413c14083b
commit a8eaccc53e
6 changed files with 126 additions and 78 deletions

View File

@@ -5,6 +5,7 @@
:columns='columns'
:request-api='getDictTreeList'
:pagination="false"
>
<template #tableHeader>
<el-button type='primary' :icon='CirclePlus' @click="openDialog('add')">新增</el-button>
@@ -43,6 +44,8 @@
{
prop: 'name',
label: '字典名称',
align:'left',
headerAlign: 'center',
},
{
prop: 'code',
@@ -93,6 +96,7 @@
proTable.value?.getTableList()
}
</script>