This commit is contained in:
dute7liang
2024-01-22 01:48:29 +08:00
parent 1e7924706e
commit 35c6ad2905
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item :label="'被邀请人'+systemName+'号'" prop="usercode">
<el-form-item :label="'被邀请人'+systemName+'号'" label-width="110px" prop="usercode">
<el-input
v-model="queryParams.usercode"
:placeholder="'请输入被邀请人'+systemName+'号'"