绘制用户二级评估、参数字典维护页面

This commit is contained in:
GGJ
2025-03-31 20:53:59 +08:00
parent d29b9c819d
commit 3c84c41d35
10 changed files with 871 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
<el-collapse-item :title="item.name" v-for="(item, index) in column" :name="index + 3">
<div style="height: 200px">
<vxe-table height="auto" :data="form[item.key]" v-bind="defaultAttribute">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column type="seq" title="序号" width="60px"></vxe-column>
<vxe-column
@@ -252,6 +252,11 @@ const column: any = ref([
:deep(.el-collapse-item__header) {
padding-left: 20px;
font-size: 16px !important;
&::before {
content: '' !important; /* 添加星号 */
}
}
:deep(.el-descriptions__cell) {
width: 12.5%;