n20-common-lib 1.3.80 → 1.3.82

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": "1.3.80",
3
+ "version": "1.3.82",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -79,7 +79,7 @@
79
79
  <cl-dialog
80
80
  v-drag
81
81
  :visible.sync="setAddtaskV"
82
- :title="'设置抄送用户' | $lc"
82
+ :title="'设置加签用户' | $lc"
83
83
  width="900px"
84
84
  append-to-body
85
85
  top="7.5vh"
@@ -66,7 +66,7 @@
66
66
  :key="i + '-flow'"
67
67
  class="djs-element djs-connection activiti-line-achieve"
68
68
  :data-element-id="item.addTaskDefId + '-flow'"
69
- transform="matrix(1 0 0 1 100 1)"
69
+ :transform="`matrix(1 0 0 1 ${i * 160 - 60} 1)`"
70
70
  >
71
71
  <path
72
72
  d="m0,40L60,40"
@@ -87,7 +87,7 @@
87
87
  <div style="min-height: 114px">
88
88
  <el-radio-group v-model="langVal" @change="setLang">
89
89
  <el-radio label="zh-cn" border>{{ '中文简体' | $lc }}</el-radio>
90
- <el-radio label="zh-hk" border>{{ '中文繁体' | $lcs }}</el-radio>
90
+ <el-radio label="zh-hk" border>{{ '中文繁体' | $lc }}</el-radio>
91
91
  <el-radio label="en" border>{{ '英文' | $lc }}</el-radio>
92
92
  </el-radio-group>
93
93
  </div>