|
|
@@ -34,8 +34,11 @@
|
|
|
<DkTable slot="left"
|
|
|
ref="leftTable"
|
|
|
:data="searchInfo"
|
|
|
- :pageFlag="false"
|
|
|
- :height="this.tableHeight - 65" primaryKey="uniqueId"
|
|
|
+ :height="this.tableHeight - 65"
|
|
|
+ :page-flag="false"
|
|
|
+ :page-total-flag="false"
|
|
|
+ :show-setting-flag="false"
|
|
|
+ :freeze="false"
|
|
|
:choose-flag="false"
|
|
|
@current-change="currentChangeEvent($event)">
|
|
|
<DkTableColumn :title="$t('dictionary')" field="dictName"
|