feat: 调整树样式
This commit is contained in:
@@ -33,6 +33,7 @@ export const tableConfig = (orgId) => {
|
||||
},
|
||||
},
|
||||
rowSelection: null,
|
||||
scroll: { x: 2000 },
|
||||
columns: [
|
||||
{
|
||||
title: '设备名称',
|
||||
@@ -74,7 +75,7 @@ export const tableConfig = (orgId) => {
|
||||
{
|
||||
title: '设备厂商纳税人识别号',
|
||||
dataIndex: 'deviceRatepay',
|
||||
textNumber: 8,
|
||||
textNumber: 9,
|
||||
textEllipsis: true,
|
||||
},
|
||||
{
|
||||
|
@@ -8,6 +8,7 @@
|
||||
<a-col :span="8" class="tree">
|
||||
<a-tree
|
||||
ref="treeRef"
|
||||
:showLine="{ showLeafIcon: false }"
|
||||
v-if="deptTreeData?.length"
|
||||
:tree-data="deptTreeData"
|
||||
:selectedKeys="deptTreeSelectedKeys"
|
||||
@@ -87,6 +88,7 @@
|
||||
</a-space>
|
||||
<a-tree
|
||||
v-if="roleTreeData.length"
|
||||
:showLine="{ showLeafIcon: false }"
|
||||
:tree-data="roleTreeData"
|
||||
:selectedKeys="roleTreeSelectedKeys"
|
||||
blockNode
|
||||
|
Reference in New Issue
Block a user