htui-yllkbz 1.3.43 → 1.3.44

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "htui-yllkbz",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "port": "8082",
5
5
  "typings": "types/index.d.ts",
6
6
  "main": "lib/htui.common.js",
@@ -4,7 +4,7 @@
4
4
  * @Author: hutao
5
5
  * @Date: 2021-11-11 11:23:24
6
6
  * @LastEditors: hutao
7
- * @LastEditTime: 2022-08-09 16:46:10
7
+ * @LastEditTime: 2022-08-10 10:07:00
8
8
  -->
9
9
  <template>
10
10
  <div v-loading="state.loading" style="background:#fff">
@@ -317,8 +317,8 @@
317
317
  :visible.sync="state.visibleFilter"
318
318
  title="属性设置"
319
319
  v-if="state.visibleFilter"
320
- :append-to-body="true"
321
- :modal-append-to-body="false"
320
+ :append-to-body="false"
321
+ :modal-append-to-body="true"
322
322
  :close-on-click-modal="true"
323
323
  width="400px"
324
324
  >
@@ -399,6 +399,8 @@ import PageInfo from '@/packages/PageInfo/index.vue';
399
399
  import HtUploadFiles from '@/packages/HtUploadFiles/index.vue';
400
400
  import HtShowBaseData from '@/packages/HtShowBaseData';
401
401
  import HtOrgInfo from '@/packages/HtOrgInfo';
402
+ import ElmentUI from 'element-ui';
403
+ Vue.use(ElmentUI, { zIndex: 3000 });
402
404
  interface State {
403
405
  pageInfo: PageInfoType;
404
406
  loading: boolean;