File tree Expand file tree Collapse file tree 4 files changed +1585
-1622
lines changed
components/Verifition/Verify Expand file tree Collapse file tree 4 files changed +1585
-1622
lines changed Original file line number Diff line number Diff line change 40
40
"url" : " https://github.com/YunaiV/ruoyi-vue-pro"
41
41
},
42
42
"dependencies" : {
43
- "@babel/parser" : " 7.7 .4" ,
43
+ "@babel/parser" : " 7.18 .4" ,
44
44
"@riophae/vue-treeselect" : " 0.4.0" ,
45
45
"axios" : " 0.27.2" ,
46
46
"bpmn-js-token-simulation" : " 0.10.0" ,
87
87
"eslint-plugin-prettier" : " ^3.1.0" ,
88
88
"eslint-plugin-vue" : " 9.0.0" ,
89
89
"fs-extra" : " ^8.1.0" ,
90
- "lint-staged" : " 10 .5.3 " ,
90
+ "lint-staged" : " 12 .5.0 " ,
91
91
"runjs" : " 4.4.2" ,
92
- "sass" : " 1.56 .0" ,
93
- "sass-loader" : " 13.1 .0" ,
92
+ "sass" : " 1.3 .0" ,
93
+ "sass-loader" : " 10.2 .0" ,
94
94
"script-ext-html-webpack-plugin" : " 2.1.5" ,
95
95
"svg-sprite-loader" : " 5.1.1" ,
96
96
"terser-webpack-plugin" : " ^4.2.3" ,
97
97
"webpack-bundle-analyzer" : " ^3.9.0"
98
98
},
99
99
"engines" : {
100
- "node" : " >=8.9 " ,
101
- "npm" : " >= 3 .0.0"
100
+ "node" : " >= 10.13.0 " ,
101
+ "npm" : " >= 5 .0.0"
102
102
},
103
103
"browserslist" : [
104
104
" > 1%" ,
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ export default {
276
276
const _this = this
277
277
// 判断是否重合
278
278
if (this .status && this .isEnd === false ) {
279
- const moveLeftDistance = parseInt ((this .moveBlockLeft || ' ' ).replace (' px' , ' ' ))
279
+ let moveLeftDistance = parseInt ((this .moveBlockLeft || ' ' ).replace (' px' , ' ' ))
280
280
moveLeftDistance = moveLeftDistance * 310 / parseInt (this .setSize .imgWidth )
281
281
const data = {
282
282
captchaType: this .captchaType ,
Original file line number Diff line number Diff line change 111
111
</template >
112
112
</el-table-column >
113
113
<el-table-column label =" 退款金额(元)" align =" center" prop =" refundAmount" width =" 100" >
114
- <template scope ="scope">
114
+ <template v-slot =" scope " >
115
115
¥{{ parseFloat(scope.row.refundAmount / 100).toFixed(2) }}
116
116
</template >
117
117
</el-table-column >
You can’t perform that action at this time.
0 commit comments