cloud-web-corejs 1.0.54-dev.594 → 1.0.54-dev.595

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": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.594",
4
+ "version": "1.0.54-dev.595",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -19,7 +19,12 @@
19
19
  <tbody>
20
20
  <tr>
21
21
  <th>
22
- <em class="f-red">*</em>
22
+ {{ $t1('版本号') }}
23
+ </th>
24
+ <td>
25
+ {{ formImportLog.version }}
26
+ </td>
27
+ <th>
23
28
  {{ $t1('表单分类路径') }}
24
29
  </th>
25
30
  <td colspan="5">
@@ -28,14 +33,12 @@
28
33
  </tr>
29
34
  <tr>
30
35
  <th>
31
- <em class="f-red">*</em>
32
36
  {{ $t1('日志类型') }}
33
37
  </th>
34
38
  <td>
35
39
  {{ formImportLog.logType }}
36
40
  </td>
37
41
  <th>
38
- <em class="f-red">*</em>
39
42
  {{ $t1('日志对象') }}
40
43
  </th>
41
44
  <td colspan="3">
@@ -139,6 +139,11 @@ export default {
139
139
  title: this.$t1('日志类型'),
140
140
  width: 150
141
141
  },
142
+ {
143
+ field: 'version',
144
+ title: this.$t1('版本号'),
145
+ width: 150
146
+ },
142
147
  {
143
148
  field: 'logObj',
144
149
  title: this.$t1('日志对象'),