This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_MY_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'develop' of
http://101.201.121.115:3000/leo/LAPP_MY_WEBFRONT
into feature_herui
# Conflicts: # .env.development
feature_herui
wangxy
2 years ago
parent
0782e64def
df76dc2838
commit
d4e0650706
3 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/utils/costum.js
+2
-1
src/views/reportform/currentOldReport.vue
+4
-0
vue.config.js
+ 5
- 0
src/utils/costum.js
View File
@ -90,3 +90,8 @@ export function praseStrEmpty(str) {
}
return
str
}
export
function
download
(
str
)
{
location
.
href
=
location
.
host
+
str
}
+ 2
- 1
src/views/reportform/currentOldReport.vue
View File
@ -46,6 +46,7 @@
<
el
-form
-item
label
=
"缴费方式"
>
<
el
-select
v
-model
=
"
searchForm.chargeWay
"
size
=
"small"
clearable
placeholder
=
"请选择"
>
<
el
-option
v
-for
=
"
item
in
wayArray
"
:
key
=
"item"
@ -101,7 +102,7 @@ export default {
searchForm
:
{
start
:
''
,
end
:
''
,
chargeWay
:
'
扫码
'
,
chargeWay
:
''
,
chargeType
:
1
}
,
feesType
:
[
+ 4
- 0
vue.config.js
View File
@ -44,6 +44,10 @@ module.exports = {
alias
:
{
'@'
:
resolve
(
'src'
)
}
}
,
// 关闭webpack的性能提示
performance
:
{
hints
:
false
,
}
}
,
chainWebpack
(
config
)
{
Write
Preview
Loading…
Cancel
Save