银行国家地区

This commit is contained in:
‘huanghaiixia’
2025-10-28 17:39:15 +08:00
parent 1e4467cec5
commit e827756dae
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template>
<AForm v-bind="getBindValue" :class="getFormClass" ref="formElRef" :model="formModel" @keypress.enter="handleEnterPress">
<Row :class="advanceState.isAdvanced && !advanceState.hideAdvanceBtn ? 'suspensionRow' : advanceState.hideAdvanceBtn ? 'relative w-full' : ''">
<Row :class="advanceState.isAdvanced && !advanceState.hideAdvanceBtn ? 'suspensionRow' : advanceState.hideAdvanceBtn ? 'relative w-full' : 'cusSearchForm'">
<Row v-bind="getRow">
<slot name="formHeader"></slot>
<template v-for="(schema, index) in getSchema" :key="schema.field">

View File

@ -1,5 +1,5 @@
<template>
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex">
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex" class="cusFormStyle">
<BasicTable @register="registerTable" ref="tableRef" @row-dbClick="dbClickRow">
<template #toolbar>
@ -371,6 +371,13 @@ const logPath = ref('/mdm/bank/datalog');
}
};
</script>
<style lang="less">
.cusFormStyle .cusSearchForm .advanceRow> div:nth-of-type(3){
display: none;
}
</style>
<style lang="less" scoped>
:deep(.ant-table-selection-col) {
width: 50px;

View File

@ -1,5 +1,5 @@
<template>
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex">
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex" class="cusFormStyleArea">
<div class="w-1/5 xl:w-1/5 mr-2">
<BasicTree
title="国家地区"
@ -407,6 +407,11 @@
}
};
</script>
<style lang="less">
.cusFormStyleArea .ant-col-8{
max-width: 200px;
}
</style>
<style lang="less" scoped>
:deep(.ant-table-selection-col) {
width: 50px;