n20-common-lib 2.17.10 → 2.17.11

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.17.10",
3
+ "version": "2.17.11",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -181,10 +181,12 @@
181
181
  <el-button v-if="authList.includes('approval')" type="primary" @click="showAdvancePop">{{
182
182
  btnsNames['approval']
183
183
  }}</el-button>
184
- <el-button v-if="authList.includes('approval') && nextApproval && nextBtn" type="primary" @click="approvalNext">{{
185
- '批准并审批下一条' | $lc
186
- }}</el-button>
187
- <el-button v-if="showApprovalTo" type="primary" @click="approvalToV = true">{{ '批准至' | $lc }}</el-button>
184
+ <el-button v-if="authList.includes('approval') && nextApproval && nextBtn" type="primary" @click="approvalNext">
185
+ {{ btnsNames['approval'] }}{{ '并审批下一条' | $lc }}</el-button
186
+ >
187
+ <el-button v-if="showApprovalTo" type="primary" @click="approvalToV = true"
188
+ >{{ btnsNames['approval'] }}{{ '至' | $lc }}</el-button
189
+ >
188
190
  <el-button v-if="authList.includes('rejectTo')" plain @click="rejectToB">{{ btnsNames['rejectTo'] }}</el-button>
189
191
  <el-button v-if="authList.includes('reject')" plain @click="rejectFn">{{ btnsNames['reject'] }}</el-button>
190
192
  <el-button v-if="authList.includes('rejectPre')" plain @click="rejectPreFn">{{
package/src/i18n.json CHANGED
@@ -1,4 +1,14 @@
1
1
  {
2
+ "并审批下一条": {
3
+ "en": "And approve the next one",
4
+ "th": "และอนุมัติคำสั่งต่อไป",
5
+ "vi": "Và phê duyệt tiếp theo"
6
+ },
7
+ "至": {
8
+ "en": "to",
9
+ "th": "ถึง",
10
+ "vi": "đến"
11
+ },
2
12
  "此处只可设置个人自定义常用审批意见,全局需到工作流审批意见设置中设置": {
3
13
  "en": "You can only set personal custom common phrases here. The global setting needs to be set in the workflow approval opinion setting.",
4
14
  "th": "คุณสามารถตั้งค่าคำพูดที่กำหนดเองสำหรับบุคคลเท่านั้น การตั้งค่าระบบต้องทำในการตั้งค่าคำอธิบายการอนุมัติของไลน์ทำงาน",