tianheng-ui 0.1.42 → 0.1.43

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tianheng-ui",
3
3
  "description": "A Vue.js project",
4
- "version": "0.1.42",
4
+ "version": "0.1.43",
5
5
  "author": "shu lang <403732931@qq.com>",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -229,7 +229,7 @@ export default {
229
229
  this.handleDialogClose();
230
230
  },
231
231
  handleDialogClose() {
232
- this.dialog.show = false;
232
+ this.dialog = { show: false, action: "", data: {} };
233
233
  },
234
234
  handleExcelFileChange() {},
235
235
  handleGenerateJson() {},
@@ -768,7 +768,6 @@ export default {
768
768
  });
769
769
  this.config.table.options = nodes;
770
770
  }
771
- console.log("handleTreeCheckChange =>", nodes);
772
771
  },
773
772
  // 对外暴露表单校验
774
773
  formValidate() {
@@ -10,14 +10,24 @@
10
10
  >
11
11
  <div class="table-item table-header">
12
12
  <div class="table-item-custom">拖动</div>
13
- <div>列名</div>
14
- <el-tooltip
15
- content="对应列内容的字段名,非必要不修改!"
16
- placement="top-start"
17
- effect="light"
18
- >
19
- <div><el-button type="text">字段</el-button></div>
20
- </el-tooltip>
13
+ <div>
14
+ <el-tooltip
15
+ content="对应列的表头名称"
16
+ placement="top-start"
17
+ effect="light"
18
+ >
19
+ <el-button type="text">列名</el-button>
20
+ </el-tooltip>
21
+ </div>
22
+ <div>
23
+ <el-tooltip
24
+ content="对应列内容的字段名,非必要不修改!"
25
+ placement="top-start"
26
+ effect="light"
27
+ >
28
+ <el-button type="text">字段</el-button>
29
+ </el-tooltip>
30
+ </div>
21
31
  <div>类型</div>
22
32
  <div>默认值</div>
23
33
  <!-- <div>数据来源</div> -->
@@ -89,14 +99,24 @@
89
99
  <div class="tableList" style="height: calc(100% - 350px);">
90
100
  <div class="table-item table-header">
91
101
  <div class="table-item-custom">拖动</div>
92
- <div>列名</div>
93
- <el-tooltip
94
- content="对应列内容的字段名,非必要不修改!"
95
- placement="top-start"
96
- effect="light"
97
- >
98
- <div><el-button type="text">字段</el-button></div>
99
- </el-tooltip>
102
+ <div>
103
+ <el-tooltip
104
+ content="对应列的表头名称"
105
+ placement="top-start"
106
+ effect="light"
107
+ >
108
+ <el-button type="text">列名</el-button>
109
+ </el-tooltip>
110
+ </div>
111
+ <div>
112
+ <el-tooltip
113
+ content="对应列内容的字段名,非必要不修改!"
114
+ placement="top-start"
115
+ effect="light"
116
+ >
117
+ <el-button type="text">字段</el-button>
118
+ </el-tooltip>
119
+ </div>
100
120
  <div>对齐</div>
101
121
  <div>宽度</div>
102
122
  <div class="table-item-custom">排序</div>