车站名自动换行
This commit is contained in:
parent
e04b7d355b
commit
5a8d709bea
@ -10,9 +10,11 @@
|
|||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
label="车站名称"
|
label="车站名称"
|
||||||
|
type="textarea"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
v-model="stationLineModel.code"
|
v-model="stationLineModel.code"
|
||||||
lazy-rules
|
lazy-rules
|
||||||
|
autogrow
|
||||||
/>
|
/>
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
label="车站名称"
|
label="车站名称"
|
||||||
|
type="textarea"
|
||||||
@blur="onUpdate"
|
@blur="onUpdate"
|
||||||
v-model="stationModel.code"
|
v-model="stationModel.code"
|
||||||
lazy-rules
|
lazy-rules
|
||||||
|
autogrow
|
||||||
/>
|
/>
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
|
Loading…
Reference in New Issue
Block a user