修改文档拆分--查看--左侧目录--编辑
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
size="middle"
|
||||
:can-drag="true"
|
||||
:loading="loadingLeft"
|
||||
:pagination="false"
|
||||
:pagination="ipaginationLeft"
|
||||
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
||||
rowKey="id"
|
||||
:data-source="dataSourceLeft"
|
||||
@@ -87,7 +87,7 @@
|
||||
size="middle"
|
||||
:can-drag="true"
|
||||
:loading="loadingRight"
|
||||
:pagination="false"
|
||||
:pagination="ipaginationRight"
|
||||
:scroll="{x: '100%',y:'calc(100vh - 400px)'}"
|
||||
rowKey="id"
|
||||
:data-source="dataSourceRight"
|
||||
@@ -96,7 +96,8 @@
|
||||
@change="tableChangeRight"
|
||||
>
|
||||
</j-table>
|
||||
<!-- <div class="box-button-standard">-->
|
||||
|
||||
<div class="box-button-standard">
|
||||
<!-- <span class="box-button-standard-left" :title="$t('docTool.comparison.selectedStandard')">-->
|
||||
<!-- {{ $t('docTool.comparison.selectedStandard') }}-->
|
||||
<!-- </span>-->
|
||||
@@ -108,7 +109,7 @@
|
||||
<!-- selectedRowsRight[0] ? selectedRowsRight[0].serialNumber + ' ' + selectedRowsRight[0].fileName : $t('docTool.comparison.noComparisonDocumentSelected')-->
|
||||
<!-- }}-->
|
||||
<!-- </span>-->
|
||||
<!-- </div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user