This commit is contained in:
2026-08-25 00:10:45 +08:00
parent e1bade226f
commit 1ef050dda6
35 changed files with 2041 additions and 263 deletions
@@ -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%;