rev:组盘信息搜索栏宽度

This commit is contained in:
2024-07-18 17:20:09 +08:00
parent f3bc2d62d2
commit cc51c1545e

View File

@@ -44,7 +44,7 @@
<template v-for="(col,index) in cols">
<el-form-item label="col.lable" prop="bill_code">
<label slot="label">{{col.lable}}:</label>
<el-input v-model="query.form_query[col.value]" :value="col.value" clearable style="width: 210px" />
<el-input v-model="query.form_query[col.value]" :value="col.value" clearable style="width: 200px" />
</el-form-item>
</template>
<rrOperation :crud="crud"/>