diff --git a/src/views/demo/editor/rich/index.vue b/src/views/demo/editor/rich/index.vue index 5adca8c..a813dec 100644 --- a/src/views/demo/editor/rich/index.vue +++ b/src/views/demo/editor/rich/index.vue @@ -23,7 +23,7 @@ const active = ref(false) -
+
diff --git a/src/views/setting/menu/index.vue b/src/views/setting/menu/index.vue index 54c90d4..8b6a310 100644 --- a/src/views/setting/menu/index.vue +++ b/src/views/setting/menu/index.vue @@ -15,6 +15,10 @@ function deleteData(id: number) { const tableModalRef = ref() const columns: DataTableColumns = [ + { + type: 'selection', + width: 30, + }, { title: '名称', key: 'name', @@ -79,6 +83,7 @@ const columns: DataTableColumns = [ title: '操作', align: 'center', key: 'actions', + width: '15em', render: (row) => { const rowData = row as unknown as CommonList.UserList return ( @@ -118,6 +123,11 @@ async function getAllRoutes() { tableData.value = arrayToTree(data) endLoading() } + +const checkedRowKeys = ref([]) +async function handlePositiveClick() { + window.$message.success(`批量删除id:${checkedRowKeys.value.join(',')}`) +} 新建 + + + + 刷新 + + + + + 确认删除所有选中菜单? +