ap-dev 1.1.8 → 1.1.12

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.
@@ -20,9 +20,9 @@
20
20
  >
21
21
  <el-option
22
22
  v-for="item in singleTableList"
23
- :key="item.tableSchema + '.' + item.fdName"
24
- :label="item.fdName + ' ' + item.comment"
25
- :value="item.tableSchema + '.' + item.fdName"
23
+ :key="item.tableSchema + '.' + item.tableName"
24
+ :label="item.tableName + ' ' + item.tableComment"
25
+ :value="item.tableSchema + '.' + item.tableName"
26
26
  />
27
27
  </el-select>
28
28
  </el-form-item>
@@ -104,9 +104,9 @@
104
104
  >
105
105
  <el-option
106
106
  v-for="item in multiTableListA"
107
- :key="item.tableSchema + '.' + item.fdName"
108
- :label="item.fdName + ' ' + item.comment"
109
- :value="item.tableSchema + '.' + item.fdName"
107
+ :key="item.tableSchema + '.' + item.tableName"
108
+ :label="item.tableName + ' ' + item.tableComment"
109
+ :value="item.tableSchema + '.' + item.tableName"
110
110
  />
111
111
  </el-select>
112
112
  </el-form-item>
@@ -172,9 +172,9 @@
172
172
  >
173
173
  <el-option
174
174
  v-for="item in multiTableListB"
175
- :key="item.tableSchema + '.' + item.fdName"
176
- :label="item.fdName + ' ' + item.comment"
177
- :value="item.tableSchema + '.' + item.fdName"
175
+ :key="item.tableSchema + '.' + item.tableName"
176
+ :label="item.tableName + ' ' + item.tableComment"
177
+ :value="item.tableSchema + '.' + item.tableName"
178
178
  />
179
179
  </el-select>
180
180
  </el-form-item>
@@ -245,9 +245,9 @@
245
245
  >
246
246
  <el-option
247
247
  v-for="item in multiTableListA"
248
- :key="item.tableSchema + '.' + item.fdName"
249
- :label="item.tableSchema + '.' + item.fdName + ' ' + item.comment"
250
- :value="item.tableSchema + '.' + item.fdName"
248
+ :key="item.tableSchema + '.' + item.tableName"
249
+ :label="item.tableSchema + '.' + item.tableName + ' ' + item.tableComment"
250
+ :value="item.tableSchema + '.' + item.tableName"
251
251
  />
252
252
  </el-select>
253
253
  </el-form-item>
@@ -302,9 +302,9 @@
302
302
  >
303
303
  <el-option
304
304
  v-for="item in multiTableListB"
305
- :key="item.tableSchema + '.' + item.fdName"
306
- :label="item.tableSchema + '.' + item.fdName + ' ' + item.comment"
307
- :value="item.tableSchema + '.' + item.fdName"
305
+ :key="item.tableSchema + '.' + item.tableName"
306
+ :label="item.tableSchema + '.' + item.tableName + ' ' + item.tableComment"
307
+ :value="item.tableSchema + '.' + item.tableName"
308
308
  />
309
309
  </el-select>
310
310
  </el-form-item>
@@ -424,8 +424,8 @@ export default {
424
424
  layoutType: 't3',
425
425
  tableNameA: '',
426
426
  showColumnsA: '',
427
- treeIdKeyA: 'fdId',
428
- treeLabelA: 'fdName',
427
+ treeIdKeyA: 'tableName',
428
+ treeLabelA: 'tableName',
429
429
  treeParentKeyA: 'fdParentId',
430
430
  isMultiSelectA: 1,
431
431
  isEditA: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ap-dev",
3
- "version": "1.1.8",
3
+ "version": "1.1.12",
4
4
  "description": "===== ap-dev =====",
5
5
  "author": "xiexinbin",
6
6
  "email": "876818817@qq.com",