n20-common-lib 2.2.44 → 2.2.45

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.2.44",
3
+ "version": "2.2.45",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -81,7 +81,7 @@
81
81
  "html-webpack-tags-plugin": "^2.0.17",
82
82
  "jszip": "^3.10.0",
83
83
  "lodash": "^4.17.21",
84
- "md2vue-loader": "git+https://gitee.com/bable2000/md2vue-loader.git",
84
+ "md2vue-loader": "file:./md2vue-loader",
85
85
  "mockjs": "^1.1.0",
86
86
  "node-sass": "6.0.0",
87
87
  "nstc-get-i18n": "^0.0.3",
@@ -99,7 +99,7 @@
99
99
  <el-dropdown-item command="changePassword" divided>{{ '修改密码' | $lc }}</el-dropdown-item>
100
100
  <el-dropdown-item v-if="customOpt.mydeal" command="myDeal" divided>{{ '我的交易' | $lc }}</el-dropdown-item>
101
101
  <el-dropdown-item v-if="customOpt.switchuser" command="switchUser" divided>{{
102
- '切换用户' | $lc
102
+ '身份切换' | $lc
103
103
  }}</el-dropdown-item>
104
104
  <el-dropdown-item v-if="customOpt.agency" command="myAgency" divided>
105
105
  <div class="flex-box flex-v">
@@ -159,7 +159,7 @@
159
159
  <el-popover ref="noticePop" trigger="click" width="400" @after-enter="$refs.noticeContent.show()">
160
160
  <noticePop ref="noticeContent" :notice-num="noticeNum" :affiche-num="afficheNum" />
161
161
  </el-popover>
162
- <el-dialog :visible.sync="scV" :title="'切换用户' | $lc" append-to-body width="600px">
162
+ <el-dialog :visible.sync="scV" :title="'身份切换' | $lc" append-to-body width="600px">
163
163
  <switchUser :visible.sync="scV" :user-no="userNo" />
164
164
  </el-dialog>
165
165
  </div>
@@ -221,7 +221,7 @@
221
221
  <el-popover v-if="!noticeDrw" ref="noticePop" trigger="click" width="400" @after-enter="$refs.noticeContent.show()">
222
222
  <noticePop ref="noticeContent" :notice-num="noticeNum" :affiche-num="afficheNum" />
223
223
  </el-popover>
224
- <el-dialog :visible.sync="scV" :title="'切换用户' | $lc" append-to-body width="600px">
224
+ <el-dialog :visible.sync="scV" :title="'身份切换' | $lc" append-to-body width="600px">
225
225
  <switchUser :visible.sync="scV" :user-no="userNo" />
226
226
  </el-dialog>
227
227
  </div>