You need to sign in or sign up before continuing.
Commit 48485c4a 48485c4ab5920af6eb09d786dad1710638119226 by zhanghao

commit

1 parent 691d0961
......@@ -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>
......