fix bug
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -2105,7 +2105,7 @@
|
||||
</template>
|
||||
|
||||
<template #menu="{ row, index }">
|
||||
<template>
|
||||
<div class="business-crud-page__row-actions">
|
||||
<el-link type="primary" v-if="showDetailButton(row)" @click="openDetail(row)"
|
||||
>详情</el-link
|
||||
>
|
||||
@@ -2144,7 +2144,7 @@
|
||||
{{ operation.label }}
|
||||
</el-link>
|
||||
<el-link type="danger" v-if="canDelete(row)" @click="rowDel(row)"> 删除 </el-link>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
</component>
|
||||
|
||||
@@ -13281,6 +13281,13 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
&__row-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
:deep(.business-crud-page__full-form-item) {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1705,6 +1705,10 @@ export default {
|
||||
departureAddress: this.form.arrivalAddress,
|
||||
departureContact: this.form.arrivalContact,
|
||||
departurePhone: this.form.arrivalPhone,
|
||||
departureLongitude: this.form.arrivalLongitude,
|
||||
departureLatitude: this.form.arrivalLatitude,
|
||||
departureRegionCode: this.form.arrivalRegionCode,
|
||||
departureSiteCode: this.form.arrivalSiteCode,
|
||||
transportType: this.form.finalTransportType,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user