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