htui-yllkbz 1.3.16 → 1.3.19

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.
@@ -4,11 +4,12 @@
4
4
  * @Author: hutao
5
5
  * @Date: 2021-11-15 14:41:40
6
6
  * @LastEditors: hutao
7
- * @LastEditTime: 2022-04-06 18:02:23
7
+ * @LastEditTime: 2022-04-13 13:51:23
8
8
  -->
9
9
  <template>
10
10
  <div>
11
-
11
+ <HtSelectUser :value="['be12db32-1718-a43d-1cf8-39f97d1d872f','5f2d6558-4e98-9054-413f-39fc4c63ebac','959f6988-a74b-f6f7-0fb6-3a0314e0eaad']"
12
+ :multiple="true"></HtSelectUser>
12
13
  <!-- <el-button type=""
13
14
  @click="test">test</el-button> -->
14
15
  <!-- <ht-count-down :stopwatch="true"
@@ -58,9 +59,8 @@
58
59
  import { Component, Vue } from "vue-property-decorator";
59
60
  import HtTable from "@/packages/HtTable/index.vue";
60
61
  import HtCountDown from "@/packages/HtCountDown/index.vue";
61
- import HtUi from "htui-yllkbz";
62
+ import HtSelectUser from "@/packages/HtSelectUser/index.vue";
62
63
  import "htui-yllkbz/lib/htui.css";
63
- Vue.use(HtUi);
64
64
  interface State {
65
65
  /** 数据状态 */
66
66
  loading: boolean;
@@ -73,6 +73,7 @@ interface State {
73
73
  components: {
74
74
  HtTable,
75
75
  HtCountDown,
76
+ HtSelectUser,
76
77
  },
77
78
  })
78
79
  export default class Index extends Vue {
@@ -162,10 +163,10 @@ export default class Index extends Vue {
162
163
  //this.rewriteGetComputedStyle();
163
164
  }
164
165
  /** 方法 */
165
- test() {
166
- (this.$refs.pdf as any).exportPdf(this.$refs["ht-pdf"]);
167
- //console.log("ee", e);
168
- }
166
+ // test(e) {
167
+ // // console.log("eee", e);
168
+ // //console.log("ee", e);
169
+ // }
169
170
  // rewriteGetComputedStyle() {
170
171
  // const getComputedStyle = window.getComputedStyle;
171
172
  // window.getComputedStyle = function (element: any, property) {