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
88f8a804
...
88f8a804e1dfd85ff1c96bf18dc586fc98b10774
authored
2021-09-30 10:17:49 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
616a2dc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/page/tool.vue
src/page/tool.vue
View file @
88f8a80
...
...
@@ -119,7 +119,7 @@
</div>
<div
class=
"text item"
>
<el-form-item>
<el-input
placeholder=
"代理人手机号或者工号"
v-model=
"queryUserInfo.agentPhone"
clearable
></el-input>
<el-input
placeholder=
"代理人手机号或者工号
或者UID
"
v-model=
"queryUserInfo.agentPhone"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-select
v-model=
"queryUserInfo.huanjing"
placeholder=
"请选择执行环境"
>
...
...
@@ -135,7 +135,9 @@
<el-form-item>
<el-tooltip
placement=
"right"
>
<div
slot=
"content"
>
输入内容判定规则是11位数字为手机号,其他为工号
<br/>
手机号和工号可直接输入
<br/>
UID需在开头写u,例如u11406869
<br/>
非UID判定规则是11位数字为手机号,其他为工号
<br/>
</div>
<el-button
round
@
click=
"queryUserInfoSubmit"
>
查询用户
</el-button>
</el-tooltip>
...
...
Please
register
or
sign in
to post a comment