订单
This commit is contained in:
parent
717ef57880
commit
6508e9851b
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user