更新页面

This commit is contained in:
2025-07-21 16:14:09 +08:00
parent fdf75c11d2
commit 211b947c3c
19 changed files with 609 additions and 349 deletions

View File

@ -29,10 +29,7 @@
:header-cell-class-name="() => 'myTableHeadBgColorDark'"
:highlight-current-row="getConfiger.showSelectType === 'radio'"
:row-style="{
height:
getConfiger.rowHeight === 'auto'
? getConfiger.rowHeight
: getConfiger.rowHeight + 'px'
height: getConfiger.rowHeight === 'auto' ? getConfiger.rowHeight : getConfiger.rowHeight + 'px'
}"
>
<el-table-column

View File

@ -70,8 +70,7 @@
:isAll="item.isAll"
@getDepValue="getdep($event,item.depMc)"
v-model="listQuery[item.prop]"
:placeholder="listQuery[item.depMc] ? listQuery[item.depMc]:'请选择'"
/>
:placeholder="listQuery[item.depMc] ? listQuery[item.depMc]:'请选择'" />
</template>
<!-- 上传 upload -->