n20-common-lib 2.4.50 → 2.4.51
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,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n20-common-lib",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.51",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
+
"dev": "vue-cli-service serve --doc",
|
|
7
8
|
"serve": "vue-cli-service serve",
|
|
8
9
|
"serve:theme": "vue-cli-service serve --testTheme",
|
|
9
10
|
"test": "vue-cli-service serve --test",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
type="textarea"
|
|
60
60
|
:value="addTaskList.map((c) => c.uname).join(', ')"
|
|
61
61
|
:autosize="{ minRows: 1 }"
|
|
62
|
+
clearable
|
|
62
63
|
@focus="setAddtaskV = true"
|
|
63
64
|
/>
|
|
64
65
|
</div>
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
<div v-if="authList.includes('byAddTask') && addTaskList.length > 0" class="text-c">
|
|
113
114
|
<el-button v-if="authList.includes('approval')" type="primary" @click="approvalFn">{{ '加 签' | $lc }}</el-button>
|
|
114
115
|
</div>
|
|
115
|
-
<div v-if="authList.includes('byAddTask') && !addTaskList.length">
|
|
116
|
+
<div v-if="authList.includes('byAddTask') && !addTaskList.length" class="text-c">
|
|
116
117
|
<el-button type="primary" @click="approvalFn">{{ '批 准' | $lc }}</el-button>
|
|
117
118
|
<el-button type="primary" @click="approvalToV = true">{{ '批准至' | $lc }}</el-button>
|
|
118
119
|
<el-button plain @click="rejectToB">{{ '驳回至' | $lc }}</el-button>
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
<div class="flex-box">
|
|
107
107
|
<img v-popover:by_popover class="user-info-btn header-color" :src="headerUserUrl" />
|
|
108
108
|
<div
|
|
109
|
+
v-if="customOpt?.companyName"
|
|
109
110
|
v-title:br="rolesList.map((el) => el.name).join(',')"
|
|
110
111
|
:style="{ width: (userInfo?.companyName?.length * 0.86 || 4) + 'em', overflow: 'hidden' }"
|
|
111
112
|
class="pointer"
|
package/src/i18n.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"en": "Data request"
|
|
7
7
|
},
|
|
8
8
|
"新一代集团财资管理系统": {
|
|
9
|
-
"en": "
|
|
9
|
+
"en": "Group Treasury Management System"
|
|
10
10
|
},
|
|
11
11
|
"不支持在线预览,请": {
|
|
12
12
|
"en": "Online preview is not supported, please"
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"en": "Approval Opinions"
|
|
235
235
|
},
|
|
236
236
|
"批 准": {
|
|
237
|
-
"en": "
|
|
237
|
+
"en": "Approve"
|
|
238
238
|
},
|
|
239
239
|
"请输入手机号": {
|
|
240
240
|
"en": "Please enter your mobile phone number"
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"en": "Information presentation component"
|
|
403
403
|
},
|
|
404
404
|
"驳回至发起人": {
|
|
405
|
-
"en": "
|
|
405
|
+
"en": "Reject to initiator"
|
|
406
406
|
},
|
|
407
407
|
"驳回至申请人": {
|
|
408
408
|
"en": "Rejected to applicant"
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
"en": "Approved to"
|
|
1516
1516
|
},
|
|
1517
1517
|
"驳回至": {
|
|
1518
|
-
"en": "
|
|
1518
|
+
"en": "Reject"
|
|
1519
1519
|
},
|
|
1520
1520
|
"设置抄送用户": {
|
|
1521
1521
|
"en": "Set Cc User"
|