mooho-base-admin-plus 2.10.32 → 2.10.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -603,11 +603,6 @@
603
603
  @on-page-size-change="pageSizeChange"
604
604
  />
605
605
  </div>
606
- <modal-table ref="dialogTable" v-if="dialogActive">
607
- <template #command="{ row }">
608
- <Button size="small" :title="$t('Front_Btn_Select')" type="primary" custom-icon="fa fa-check-square-o" @click="dialogCheck(row)"></Button>
609
- </template>
610
- </modal-table>
611
606
  <table-setting ref="tableSetting" v-if="tableSettingActive" :is-setting="true" @on-change="viewCode => init(viewCode)" />
612
607
  <filter-setting ref="filterSetting" v-if="filterSettingActive" @on-change="viewCode => init(viewCode)" />
613
608
  <item-select ref="itemSelect" v-if="itemSelectActive" @save="saveItemSelect"></item-select>
@@ -746,7 +741,6 @@
746
741
  current: 1,
747
742
  total: 0,
748
743
  setting: false,
749
- dialogActive: false,
750
744
  tableSettingActive: false,
751
745
  filterSettingActive: false,
752
746
  itemSelectActive: false,