htui-yllkbz 1.5.7 → 1.5.8

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,7 +4,7 @@
4
4
  * @Author: hutao
5
5
  * @Date: 2021-11-15 14:41:40
6
6
  * @LastEditors: hutao
7
- * @LastEditTime: 2023-05-23 13:57:00
7
+ * @LastEditTime: 2023-08-10 16:41:07
8
8
  -->
9
9
  <template>
10
10
  <div>
@@ -34,11 +34,10 @@
34
34
  </template>
35
35
  </ht-count-down> -->
36
36
 
37
- <!-- <ht-md v-model="state.content"
38
- :subfield="true"></ht-md> -->
39
- <div ref="ht-pdf">
37
+ <ht-md v-model="state.content" :subfield="true"></ht-md>
38
+ <!-- <div ref="ht-pdf">
40
39
  <HtTable
41
- :data="[]"
40
+ :data="state.data"
42
41
  :checked="true"
43
42
  :isExpand="true"
44
43
  :spanMethodProps="{
@@ -49,14 +48,6 @@
49
48
  :height="500"
50
49
  :columns="state.columns"
51
50
  >
52
- <!-- <template slot="namey">
53
- <template slot="times" slot-scope="{ row }">
54
- {{ row.name }}----外面
55
- </template>
56
- </template>
57
- <template slot="times" slot-scope="{ row }">
58
- {{ row.name }}----yy1
59
- </template> -->
60
51
  <template slot="header_time1">
61
52
  次数
62
53
  </template>
@@ -67,7 +58,7 @@
67
58
  ----{{ row.selectable }}----yy
68
59
  </template>
69
60
  </HtTable>
70
- </div>
61
+ </div> -->
71
62
  <HtDrawer
72
63
  htClass="ht-new-drawer"
73
64
  @onOk="submitTest()"
@@ -92,6 +83,7 @@ import HtDrawer from '@/packages/HtDrawer';
92
83
  import HtBread from '@/packages/HtBread';
93
84
  import HtMore from '@/packages/HtMore';
94
85
  import { getSpanMethod } from '@/packages/HtTable/table-span-method';
86
+ import HtMd from '@/packages/HtMd';
95
87
 
96
88
  interface State {
97
89
  /** 数据状态 */
@@ -114,6 +106,7 @@ interface State {
114
106
  HtBread,
115
107
  HtDrawer,
116
108
  HtMore,
109
+ HtMd,
117
110
  },
118
111
  })
119
112
  export default class Index extends Vue {
@@ -127,6 +120,7 @@ export default class Index extends Vue {
127
120
  data: [
128
121
  {
129
122
  name: '胡涛',
123
+ userId: 'f6f09c3c-cf45-863a-d625-3a0955dccc4c',
130
124
  selectable: true,
131
125
  times: 1,
132
126
 
@@ -139,6 +133,7 @@ export default class Index extends Vue {
139
133
  },
140
134
  {
141
135
  name: '胡涛',
136
+ userId: 'f6f09c3c-cf45-863a-d625-3a0955dccc4c',
142
137
  times: 1,
143
138
  age: 12,
144
139
  selectable: false,
@@ -149,6 +144,7 @@ export default class Index extends Vue {
149
144
  },
150
145
  {
151
146
  name: '胡涛1',
147
+ userId: 'f6f09c3c-cf45-863a-d625-3a0955dccc4c',
152
148
  age: 13,
153
149
  times: 1,
154
150
  sex: 'tt',
@@ -158,6 +154,7 @@ export default class Index extends Vue {
158
154
  },
159
155
  {
160
156
  name: '胡涛',
157
+ userId: 'f6f09c3c-cf45-863a-d625-3a0955dccc4c',
161
158
  age: 13,
162
159
  times: 4,
163
160
  file: [],
@@ -168,6 +165,7 @@ export default class Index extends Vue {
168
165
  },
169
166
  {
170
167
  name: '胡涛',
168
+ userId: 'f6f09c3c-cf45-863a-d625-3a0955dccc4c',
171
169
  age: 12,
172
170
  times: 8,
173
171
  sex: 'tt',
@@ -187,10 +185,10 @@ export default class Index extends Vue {
187
185
  style: 'color:red',
188
186
  },
189
187
  {
190
- title: 'selectable',
191
- key: 'selectable',
188
+ title: 'userId',
189
+ key: 'userId',
192
190
  width: '300px',
193
- type: 'boolean',
191
+ type: 'userId',
194
192
  },
195
193
  {
196
194
  title: '姓额外名',