@@ -882,7 +920,7 @@
-
+
@@ -904,8 +942,9 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
-
+ {{ scope.row[item.columnProp] }}
+
@@ -933,8 +972,9 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
-
+ {{ scope.row[item.columnProp] }}
+
@@ -942,7 +982,8 @@
关闭
-
+
@@ -955,13 +996,13 @@
handleTableClick(row,column, event,'delegateAccesstTable')"
- ref="delegateAccesstTable"
- border
- style="width: 100%;">
+ :height="300"
+ :data="baseDelegateAccessList"
+ @selection-change="handleSelectionChange"
+ @row-click="(row,column, event)=>handleTableClick(row,column, event,'delegateAccesstTable')"
+ ref="delegateAccesstTable"
+ border
+ style="width: 100%;">