Ben Lin
2024-11-25 6e6fec028ffc9a27b3c8d30eb484cd361a119d76
src/views/tigerprojects/system/menu/index.vue
@@ -15,14 +15,14 @@
            @expanded-rows-change="onExpandedRChg"
          >
            <template #toolbar>
              <a-button type="primary" @click="handleCreate('BS 菜单')"> 新增菜单 </a-button>
              <a-button type="primary" @click="handleCreate('BS')"> 新增菜单 </a-button>
            </template>
            <template #action="{ record }">
              <TableAction
                :actions="[
                  {
                    icon: 'clarity:note-edit-line',
                    onClick: handleEdit.bind(null, record, 'BS 菜单'),
                    onClick: handleEdit.bind(null, record, 'BS'),
                    name: '',
                  },
                  {
@@ -98,7 +98,7 @@
    // const [registerTable, { reload, expandRows }] = useTable({
    title: '菜单列表',
    api: getMenuList,
    searchInfo: { menuName: 'BS 菜单' },
    searchInfo: { menuName: 'BS' },
    columns,
    formConfig: {
      labelWidth: 120,