cloud-web-corejs 1.0.247 → 1.0.248

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.247",
4
+ "version": "1.0.248",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -90,6 +90,12 @@
90
90
  <th>{{ $t2("文件编码", "components.fileLibrary.fileSn") }}</th>
91
91
  <td colspan="3">{{ attachmentDTO.fileSn }}</td>
92
92
  </tr>
93
+ <tr>
94
+ <th>{{ $t1("作者") }}</th>
95
+ <td>{{ attachmentDTO.fileAuthor }}</td>
96
+ <th>{{ $t1("修订人") }}</th>
97
+ <td>{{ attachmentDTO.fileReviser }}</td>
98
+ </tr>
93
99
  <tr>
94
100
  <th>{{ $t2("创建人", "system.label.createBy") }}</th>
95
101
  <td>{{ attachmentDTO._createBy }}</td>