登录页1

This commit is contained in:
mll
2026-02-23 14:48:02 +08:00
parent 1af5fbd87c
commit e44d018f20
8 changed files with 98 additions and 0 deletions

View File

@@ -254,6 +254,9 @@ const initTable = async () => {
amountFieds.value[item.isAmount]=config
tableOption.value.showSummary=true
}
if(item.width){
config.width=item.width
}
if(item.isDimension=='Y'){
dimensionFields.value[config.prop]=config
hideFeilds.value[config.prop]=item.isHideDimension