Commit 3d84e201 by 米嘉伟

表头

parent 5462da81
......@@ -162,6 +162,7 @@
ref="multipleTable"
:data="tableDate1"
:class="{delSelection: !selectBoo}"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
......@@ -272,6 +273,7 @@
ref="multipleTable"
:data="tableDate2"
:class="{delSelection: !selectBoo}"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
......
......@@ -242,6 +242,7 @@
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
:tree-props="{
children: 'pcImportRecordGrandchildren',
hasChildren: 'hasChildren',
......@@ -396,6 +397,7 @@
ref="multipleTable"
:data="tableDate2"
:class="{delSelection: !selectBoo}"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
......
......@@ -261,6 +261,7 @@
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
:tree-props="{
children: 'pcImportRecordGrandchildren',
hasChildren: 'hasChildren',
......@@ -418,6 +419,7 @@
tooltip-effect="dark"
style="width: 100%"
row-key="sequenceNumber"
:header-cell-style="{background:'#eef1f6',color:'#606266'}"
:tree-props="{
children: 'affirmImportRecordGrandchildren',
hasChildren: 'hasChildren',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment