htui-yllkbz 1.3.43 → 1.3.46
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.
- package/lib/htui.common.js +71473 -8690
- package/lib/htui.common.js.gz +0 -0
- package/lib/htui.umd.js +71471 -8688
- package/lib/htui.umd.js.gz +0 -0
- package/lib/htui.umd.min.js +19 -4
- package/lib/htui.umd.min.js.gz +0 -0
- package/package.json +1 -1
- package/src/packages/HtTable/index.vue +5 -3
package/lib/htui.umd.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -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-
|
|
7
|
+
* @LastEditTime: 2022-08-10 11:22:58
|
|
8
8
|
-->
|
|
9
9
|
<template>
|
|
10
10
|
<div v-loading="state.loading" style="background:#fff">
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
title="属性设置"
|
|
319
319
|
v-if="state.visibleFilter"
|
|
320
320
|
:append-to-body="true"
|
|
321
|
-
:modal-append-to-body="
|
|
321
|
+
:modal-append-to-body="true"
|
|
322
322
|
:close-on-click-modal="true"
|
|
323
323
|
width="400px"
|
|
324
324
|
>
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
v-if="state.visibleFile"
|
|
373
373
|
title="附件查看"
|
|
374
374
|
:append-to-body="true"
|
|
375
|
-
:modal-append-to-body="
|
|
375
|
+
:modal-append-to-body="true"
|
|
376
376
|
:close-on-click-modal="true"
|
|
377
377
|
width="400px"
|
|
378
378
|
:center="true"
|
|
@@ -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;
|