银行国家地区
This commit is contained in:
@ -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">
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user