Revert "年月搜索框调小 登录页图标调小"

This reverts commit 54741347130a83ad189d058d996bf0aa0e9f4540.
This commit is contained in:
DESKTOP-AD8UBUJ\ling
2026-03-02 16:24:07 +08:00
parent abfd398b86
commit 19ecd53269
2 changed files with 81 additions and 76 deletions

View File

@@ -209,7 +209,7 @@ const initTable = async () => {
menu: false,
addBtn: false,
height: isHeight ? 'auto' : undefined,
calcHeight: isHeight ? 10 : '',
calcHeight: isHeight ? 160 : '',
index: reportVo.tableConfig.includes('index'),
border: reportVo.tableConfig.includes('border'),
stripe: reportVo.tableConfig.includes('stripe'),
@@ -281,11 +281,6 @@ const initTable = async () => {
tableSearch.value[config.prop]=item.searchDefaultValue
}
}
if(['年','年度','年份','月','月度','月份','年月'].includes(item.fieldName)){
config.searchSpan=3
config.searchLabelWidth=60
}
if(!!item.isAmount){
index==0?amountFieds.value.fistField=config.prop:''
amountFieds.value[item.isAmount]=config
@@ -354,7 +349,7 @@ const initTableLayout = () => {
if (tableInfo.value.isHeight || props.calcHeight) {
const calcH = props.calcHeight
let calcHeight = calcH || 10
let calcHeight = calcH || 160
if (calcH) tableOption.value.height = 'auto'
tableOption.value.calcHeight = calcHeight
}