This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_AdvancedPlanner_Front
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_AdvancedPlanner_Front
into develop
test
liwei
3 years ago
parent
dbf60a1581
3beeabe023
commit
3b701e67a2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.eslintrc.js
+1
-1
src/views/system/user/index.vue
+ 1
- 1
.eslintrc.js
View File
@ -10,6 +10,6 @@ module.exports = {
rules
:
{
"no-console"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"no-debugger"
:
process
.
env
.
NODE_ENV
===
"production"
?
"warn"
:
"off"
,
"endOfLine"
:
0
,
"endOfLine"
:
auto
,
}
,
}
;
+ 1
- 1
src/views/system/user/index.vue
View File
@ -1,7 +1,7 @@
<
template
>
<
div
>
<
SearchTemplate
>
<
el
-form
:inline
="true"
>
<
el
-form
:inline
="true"
class
=
"clearfix search-content"
>
<
el
-form
-item
label
=
"用户名称"
>
<
el
-input
v
-model
=
"
queryParams.name
"
placeholder
=
"请输入用户名称"
clearable
style
=
"width: 240px"
/
>
<
/
e
l
-
f
o
r
m
-
i
t
e
m
>
Write
Preview
Loading…
Cancel
Save