n20-common-lib 2.22.14 → 2.22.16

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,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.22.14",
3
+ "version": "2.22.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -312,7 +312,7 @@ export default {
312
312
  detailList: assigneeEnd.map((item) => {
313
313
  return {
314
314
  assignee: item.assignee,
315
- optResult: item.optName,
315
+ optResult: item.optResult,
316
316
  suggestion: item.suggestion,
317
317
  endTime: item.endTime
318
318
  }
@@ -248,7 +248,7 @@
248
248
  >
249
249
  <div class="flex-column flex-c flex-v" style="height: 100%">
250
250
  <i class="el-icon-s-release" style="font-size: 60px; color: #999"></i>
251
- <span style="margin-top: 16px">
251
+ <span style="margin-top: 16px" class="flex-box flex-c flex-v">
252
252
  {{ '不支持在线预览,请' | $lc
253
253
  }}<el-link type="primary" class="color-primary" @click="downFile(seeRow)">{{ '下载' | $lc }}</el-link
254
254
  >{{ '到本地查看' | $lc }}