cloud-web-corejs 1.0.54-dev.271 → 1.0.54-dev.273

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.
@@ -35,6 +35,8 @@
35
35
  <th>{{ $t1('备注') }}</th>
36
36
  <td colspan="7">{{ pushData.remark }}</td>
37
37
  </tr>
38
+ <th>{{ $t1('服务名') }}</th>
39
+ <td>{{ pushData.serverName }}</td>
38
40
  <tr>
39
41
  <th>{{ $t1('真实数据') }}</th>
40
42
  <td colspan="7">{{ pushData.data }}</td>
@@ -62,8 +64,8 @@
62
64
  <tr>
63
65
  <th>{{ $t1('冗余字段5') }}</th>
64
66
  <td>{{ pushData.field5 }}</td>
65
- <th>{{ $t1('服务名') }}</th>
66
- <td>{{ pushData.serverName }}</td>
67
+ <th>{{ $t1('ID') }}</th>
68
+ <td>{{ pushData.id }}</td>
67
69
  <th>{{ $t1('创建人') }}</th>
68
70
  <td>{{ pushData.createBy }}</td>
69
71
  <th>{{ $t1('创建时间') }}</th>
@@ -153,6 +153,12 @@ export default {
153
153
  },
154
154
  columns: [
155
155
  {type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
156
+ {
157
+ title: 'ID',
158
+ field: 'id',
159
+ width: 100,
160
+ fixed: 'left'
161
+ },
156
162
  {
157
163
  title: '任务编码',
158
164
  field: 'taskCode',
@@ -23,7 +23,7 @@
23
23
  <th>{{ $t1('产生业务数据时间') }}</th>
24
24
  <td>{{ pushDataH.generateDate }}</td>
25
25
  <th>{{ $t1('插入历史表时间') }}</th>
26
- <td>{{ pushDataH.hCreateDate }}</td>
26
+ <td>{{ pushDataH.hcreateDate }}</td>
27
27
  </tr>
28
28
  <tr>
29
29
  <th>{{ $t1('回传的数据类型') }}</th>
@@ -37,6 +37,10 @@
37
37
  <th>{{ $t1('备注') }}</th>
38
38
  <td colspan="7">{{ pushDataH.remark }}</td>
39
39
  </tr>
40
+ <tr>
41
+ <th>{{ $t1('服务名') }}</th>
42
+ <td colspan="7">{{ pushDataH.serverName }}</td>
43
+ </tr>
40
44
  <tr>
41
45
  <th>{{ $t1('真实数据') }}</th>
42
46
  <td colspan="7">{{ pushDataH.data }}</td>
@@ -67,8 +71,8 @@
67
71
  <tr>
68
72
  <th>{{ $t1('冗余字段5') }}</th>
69
73
  <td>{{ pushDataH.field5 }}</td>
70
- <th>{{ $t1('服务名') }}</th>
71
- <td>{{ pushDataH.serverName }}</td>
74
+ <th>{{ $t1('ID') }}</th>
75
+ <td>{{ pushDataH.id }}</td>
72
76
  <th>{{ $t1('创建人') }}</th>
73
77
  <td>{{ pushDataH.createBy }}</td>
74
78
  <th>{{ $t1('创建时间') }}</th>
@@ -153,6 +153,12 @@ export default {
153
153
  },
154
154
  columns: [
155
155
  {type: 'checkbox', width: 48, resizable: false, fixed: 'left'},
156
+ {
157
+ title: 'ID',
158
+ field: 'id',
159
+ width: 100,
160
+ fixed: 'left'
161
+ },
156
162
  {
157
163
  title: '任务编码',
158
164
  field: 'taskCode',
@@ -166,7 +172,7 @@ export default {
166
172
  },
167
173
  {
168
174
  title: '插入历史表时间',
169
- field: 'hCreateDate',
175
+ field: 'hcreateDate',
170
176
  width: 200,
171
177
  },
172
178
  {
@@ -228,7 +234,7 @@ export default {
228
234
  {
229
235
  title: '服务名',
230
236
  field: 'serverName',
231
- width: 150
237
+ width: 200
232
238
  },
233
239
  {
234
240
  field: 'createBy',
@@ -5,7 +5,7 @@
5
5
  <component v-if="showEdit" visible-key="showEdit" :is="editComponentName" :_dataId.sync="dataId" :serverName="serverName"
6
6
  :parent-target="_self" @reload="$reloadHandle"></component>
7
7
  </el-tab-pane>
8
- <el-tab-pane :label="$t1('列表')" name="second">
8
+ <el-tab-pane :label="$t1('异步推送数据设置')" name="second">
9
9
  <div class="grid-height">
10
10
  <vxe-grid ref="table-m1" v-bind="vxeOption" @resizable-change="$vxeTableUtil.onColumnWitchChange"
11
11
  @custom="$vxeTableUtil.customHandle">