Merge remote-tracking branch 'websoft/master'

This commit is contained in:
2026-08-27 12:54:21 +08:00
20 changed files with 65 additions and 41 deletions
@@ -2076,7 +2076,7 @@
v-if="isStandaloneFormPage && !showTransportPlanCreateActions"
@click="closeCrudDialog"
>
关闭
取消
</el-button>
<el-button
v-if="config.enableDraftSave && !dialogReadonly"
@@ -2092,7 +2092,7 @@
<template #menu-form>
<div v-if="showTransportPlanCreateActions" class="business-crud-page__create-actions">
<el-button :disabled="Boolean(transportPlanCreateActionLoading)" @click="closeCrudDialog">
关闭
取消
</el-button>
<el-button
type="primary"
@@ -3208,7 +3208,7 @@
@click="submitTransportPlanImport"
>提交</el-button
>
<el-button @click="transportPlanImportBox = false">返回</el-button>
<el-button @click="transportPlanImportBox = false">取消</el-button>
</template>
</el-dialog>
@@ -15320,7 +15320,6 @@ export default {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
min-height: 64px;
box-sizing: border-box;
padding: 12px 24px;
@@ -15352,6 +15351,12 @@ export default {
left: 0;
}
/* footer Avue /el-icon-check / el-icon-delete
Avue 源码用 `|| 'el-icon-xxx'` 兜底无法通过 option 配置去除统一用 CSS 隐藏只保留文字 */
:global(.business-crud-form-page-dialog .avue-form__menu .el-icon) {
display: none;
}
:global(.contract-manage-form-dialog) {
width: 100% !important;
margin: 0 !important;