修复飞行器备注和结算单查询

This commit is contained in:
hr121 2025-08-17 00:47:09 +08:00
parent 9a7e2618cd
commit 4fca11d1b7
2 changed files with 4 additions and 4 deletions

View File

@ -124,12 +124,12 @@
/>
</el-select>
</el-form-item>
<el-form-item label="备注" prop="remarks" :label-width="'100px'">
<el-form-item label="备注" prop="remark" :label-width="'100px'">
<el-input
type="textarea"
:rows="2"
placeholder="请输入备注"
v-model="form.remarks"
v-model="form.remark"
style="width: 150px"
>
</el-input>

View File

@ -11,7 +11,7 @@
<div class="head-container">
<div class="filter-container">
<el-input
v-model="query.batchNo"
v-model="query.结算批次号"
placeholder="请输入结算单批次号"
class="filter-item"
style="width: 200px;"
@ -96,7 +96,7 @@ export default {
return {
loading: false,
query: {
batchNo: ''
结算批次号: ''
},
page: {
current: 1,