客户组

This commit is contained in:
‘huanghaiixia’
2025-12-16 17:30:03 +08:00
parent e5a9545c55
commit 1eee4dcd60
15 changed files with 1708 additions and 49 deletions

View File

@ -1,5 +1,5 @@
<template>
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex">
<PageWrapper dense fixedHeight contentFullHeight contentClass="flex cusFormStyle GradeSystem">
<BasicTable @register="registerTable" ref="tableRef" @row-dbClick="dbClickRow">
<template #toolbar>
@ -359,6 +359,14 @@
}
};
</script>
<style lang="less">
.cusFormStyle .cusSearchForm .advanceRow> div:nth-of-type(3){
display: none;
}
.GradeSystem .w-full .advanceRow> div:nth-of-type(4){
display: none;
}
</style>
<style lang="less" scoped>
:deep(.ant-table-selection-col) {
width: 50px;