This commit is contained in:
闫晓茹 2022-09-28 14:29:43 +08:00
parent 717ef57880
commit 6508e9851b

View File

@ -8,7 +8,7 @@
v-show="showSearch"
label-width="100px"
>
<el-form-item label="客户" prop="patientName">
<el-form-item label="客户" prop="patientName" style="margin-left:-4%">
<el-input
v-model="queryParams.patientName"
placeholder="请输入客户"
@ -53,7 +53,7 @@
>
</el-form-item>
</el-form>
<el-table
v-loading="loading"