Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
48485c4a
...
48485c4ab5920af6eb09d786dad1710638119226
authored
2021-05-19 18:06:38 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
691d0961
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/page/tool.vue
src/page/tool.vue
View file @
48485c4
...
...
@@ -405,14 +405,14 @@
<el-form
ref=
"callLinuxLogByUid"
:model=
"callLinuxLogByUid"
label-width=
"0px"
>
<el-card
class=
"darkred"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
指定UID查询
服务器LOG
</span>
<span>
查询小佗
服务器LOG
</span>
</div>
<div
class=
"text item"
>
<el-form-item>
<el-input
placeholder=
"请输入UID"
v-model=
"callLinuxLogByUid.uid"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-input
placeholder=
"请输入method"
v-model=
"callLinuxLogByUid.method"
clearable
disabled
></el-input>
<el-input
placeholder=
"请输入method"
v-model=
"callLinuxLogByUid.method"
clearable
></el-input>
</el-form-item>
<div
style=
"margin: 15px 0;"
></div>
<el-form-item>
...
...
Please
register
or
sign in
to post a comment