添加列车fooder调整
This commit is contained in:
parent
ac8c193586
commit
e71ff9a5c7
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user