htui-yllkbz 1.2.30 → 1.2.34

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  * @Author: hutao
5
5
  * @Date: 2021-11-15 14:41:40
6
6
  * @LastEditors: hutao
7
- * @LastEditTime: 2021-12-12 15:45:01
7
+ * @LastEditTime: 2021-12-21 16:17:37
8
8
  -->
9
9
 
10
10
  # 基础组件整理
@@ -24,21 +24,11 @@ Vue.use(HtUI)
24
24
 
25
25
  ## 使用
26
26
 
27
- ```
27
+ ### ht-table
28
28
 
29
- <selectTable :config="JSON.stringify({
30
- key: 'code',
31
- disabled:false,
32
- clearable:true,
33
- value:undefined,
34
- name:'id',
35
- ajax:{
36
- type:'get',
37
- url: '/asset-model/api/app/asset-model-instance',
38
- },
39
- text:'name',
40
- })"></selectTable>
41
- //table选择
29
+ #### 对 element table 进行了封装使用 集成了自动分页等数据
30
+
31
+ ```
42
32
  <ht-table
43
33
  :data="state.tableData"
44
34
  @onchange='changePage'
@@ -59,6 +49,28 @@ Vue.use(HtUI)
59
49
  这里显示人员
60
50
  </template>
61
51
  </ht-table>
52
+ ```
53
+
54
+ ### ht-table
55
+
56
+ #### 对 element table 进行了封装使用 集成了自动分页等数据
57
+
58
+ ```
59
+
60
+ <selectTable :config="JSON.stringify({
61
+ key: 'code',
62
+ disabled:false,
63
+ clearable:true,
64
+ value:undefined,
65
+ name:'id',
66
+ ajax:{
67
+ type:'get',
68
+ url: '/asset-model/api/app/asset-model-instance',
69
+ },
70
+ text:'name',
71
+ })"></selectTable>
72
+ //table选择
73
+
62
74
 
63
75
  ```
64
76
 
Binary file
Binary file
Binary file