cloud-web-corejs 1.0.54-dev.272 → 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',
@@ -71,6 +71,8 @@
71
71
  <tr>
72
72
  <th>{{ $t1('冗余字段5') }}</th>
73
73
  <td>{{ pushDataH.field5 }}</td>
74
+ <th>{{ $t1('ID') }}</th>
75
+ <td>{{ pushDataH.id }}</td>
74
76
  <th>{{ $t1('创建人') }}</th>
75
77
  <td>{{ pushDataH.createBy }}</td>
76
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',
@@ -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">