n20-common-lib 1.3.100 → 1.3.101
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 +1 -1
- package/src/assets/css/cl-approve-card.scss +3 -0
- package/src/components/ApprovalCard/index.vue +1 -1
- package/src/components/FileUploadTable/index.vue +0 -1
- package/style/index.css +1 -1
- package/style/index.css.map +1 -1
- package/theme/blue.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
</div>
|
|
43
43
|
<div v-if="item.ccUserName" class="n20-description-c m-t">抄送人:{{ item.ccUserName }}</div>
|
|
44
44
|
<div v-if="item.addTaskName" class="n20-description-c m-t">加签审批人:{{ item.addTaskName }}</div>
|
|
45
|
-
<div v-if="item.suggestion" class="n20-description-c n20-description-bgc m-t p-a-
|
|
45
|
+
<div v-if="item.suggestion" class="n20-description-c n20-description-bgc m-t p-a-s">
|
|
46
46
|
<span v-if="item.result !== status.waiting">{{ '审批意见:' | $lc }}</span>
|
|
47
47
|
<span v-if="item.suggestion">{{ item.suggestion }}</span>
|
|
48
48
|
</div>
|