修改测试bug

This commit is contained in:
guanj
2026-06-08 18:34:49 +08:00
parent 4f907a80c4
commit 03d302ded8
133 changed files with 3991 additions and 3442 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div>
<el-dialog v-model="dialogVisible" title="自定义功能管理" width="650">
<el-dialog v-model="dialogVisible" title="驾驶舱管理" width="750">
<div style="display: flex; justify-content: end" class="mb10">
<el-button icon="el-icon-Plus" type="primary" @click="add">新增</el-button>
</div>
@@ -13,6 +13,7 @@
height="auto"
v-bind="defaultAttribute"
>
<vxe-column type="seq" title="序号" width="80"></vxe-column>
<vxe-column field="pageName" title="菜单名称"></vxe-column>
<vxe-column field="icon" title="图标" width="80">
@@ -47,6 +48,9 @@
:before-change="() => beforeChange1(row)"
/>
</template>
</vxe-column>
<vxe-column field="sort" title="排序">
</vxe-column>
<vxe-column field="startTime" title="操作">
<template #default="{ row }">