wangyingjie 2 лет назад
Родитель
Сommit
1361de141d
1 измененных файлов с 5 добавлено и 2 удалено
  1. 5 2
      src/view/mst/dictionary/index.vue

+ 5 - 2
src/view/mst/dictionary/index.vue

@@ -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"