微调
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:data='resourceData'
|
||||
@selection-change="handleSelectionChange"
|
||||
type="selection"
|
||||
:pagination="false"
|
||||
>
|
||||
<!-- 表格 header 按钮 -->
|
||||
<template #tableHeader>
|
||||
|
||||
@@ -21,13 +21,7 @@
|
||||
const {dialogVisible,data} = defineProps<{
|
||||
dialogVisible: boolean;
|
||||
title: string;
|
||||
<<<<<<< HEAD
|
||||
data: Role.Permission;
|
||||
=======
|
||||
data: Role.ResRoleLimport { Role } from '@/api/role/interface'
|
||||
import { dialogBig } from '@/utils/elementBind'
|
||||
ist;
|
||||
>>>>>>> 74c03a2358e19cae853711ea22910b1697a4a903
|
||||
}>()
|
||||
|
||||
// const leftvalue = ref<Role.Permission[]>([])
|
||||
|
||||
Reference in New Issue
Block a user