commit
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -405,14 +405,14 @@ | ... | @@ -405,14 +405,14 @@ |
| 405 | <el-form ref="callLinuxLogByUid" :model="callLinuxLogByUid" label-width="0px"> | 405 | <el-form ref="callLinuxLogByUid" :model="callLinuxLogByUid" label-width="0px"> |
| 406 | <el-card class="darkred" shadow="always"> | 406 | <el-card class="darkred" shadow="always"> |
| 407 | <div slot="header" class="clearfix"> | 407 | <div slot="header" class="clearfix"> |
| 408 | <span>指定UID查询服务器LOG</span> | 408 | <span>查询小佗服务器LOG</span> |
| 409 | </div> | 409 | </div> |
| 410 | <div class="text item"> | 410 | <div class="text item"> |
| 411 | <el-form-item> | 411 | <el-form-item> |
| 412 | <el-input placeholder="请输入UID" v-model="callLinuxLogByUid.uid" clearable></el-input> | 412 | <el-input placeholder="请输入UID" v-model="callLinuxLogByUid.uid" clearable></el-input> |
| 413 | </el-form-item> | 413 | </el-form-item> |
| 414 | <el-form-item> | 414 | <el-form-item> |
| 415 | <el-input placeholder="请输入method" v-model="callLinuxLogByUid.method" clearable disabled></el-input> | 415 | <el-input placeholder="请输入method" v-model="callLinuxLogByUid.method" clearable></el-input> |
| 416 | </el-form-item> | 416 | </el-form-item> |
| 417 | <div style="margin: 15px 0;"></div> | 417 | <div style="margin: 15px 0;"></div> |
| 418 | <el-form-item> | 418 | <el-form-item> | ... | ... |
-
Please register or sign in to post a comment