|
|
@@ -9,7 +9,7 @@
|
|
|
:page-size="20"
|
|
|
@columns-change="handleColumnChange"
|
|
|
:cache-key="cacheKeyUrl"
|
|
|
- height="calc(100% - 100px)"
|
|
|
+
|
|
|
:needPage="false"
|
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
|
@@ -224,7 +224,7 @@
|
|
|
prop: 'fieldAlias',
|
|
|
slot: 'fieldAlias',
|
|
|
label: '脱敏字段名称',
|
|
|
- width: 120,
|
|
|
+ width: 200,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
headerSlot: 'headerRequired'
|
|
|
@@ -233,7 +233,7 @@
|
|
|
prop: 'fieldName',
|
|
|
slot: 'fieldName',
|
|
|
label: '脱敏字段key',
|
|
|
- width: 120,
|
|
|
+ width: 200,
|
|
|
align: 'center',
|
|
|
showOverflowTooltip: true,
|
|
|
headerSlot: 'headerRequired'
|
|
|
@@ -244,7 +244,7 @@
|
|
|
slot: 'typeId',
|
|
|
label: '脱敏规则类型',
|
|
|
align: 'center',
|
|
|
- width: 150,
|
|
|
+ width: 200,
|
|
|
showOverflowTooltip: true,
|
|
|
headerSlot: 'headerRequired'
|
|
|
},
|