添加列车fooder调整

This commit is contained in:
joylink_fanyuhong 2024-04-30 14:21:47 +08:00
parent ac8c193586
commit e71ff9a5c7

View File

@ -79,18 +79,27 @@
lazy-rules
:rules="wheelDiameterRules"
/>
<q-card-actions align="right" class="text-primary">
<q-btn
flat
label="取消"
@click="showAddTrainOperation = false"
v-close-popup
/>
<q-btn flat label="确认" type="submit" :disable="!trainConfig" />
</q-card-actions>
</q-form>
</q-card-section>
</q-card>
<template v-slot:sticky-footer>
<div
style="
height: 45px;
line-height: 45px;
text-align: right;
background: #fff;
"
>
<q-btn
flat
label="取消"
@click="showAddTrainOperation = false"
v-close-popup
/>
<q-btn flat label="确认" @click="onCreate" :disable="!trainConfig" />
</div>
</template>
</draggable-dialog>
</template>