绘制用户二级评估、参数字典维护页面
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user