Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
ccadc4b8
提交
ccadc4b8
authored
5月 13, 2026
作者:
jinrongbin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
系统管理--行政编码管理增加滚动功能
上级
6dae2147
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
12 行增加
和
4 行删除
+12
-4
DepartLeftTree.vue
src/views/system/xzCode/components/DepartLeftTree.vue
+10
-2
index.vue
src/views/system/xzCode/index.vue
+2
-2
没有找到文件。
src/views/system/xzCode/components/DepartLeftTree.vue
浏览文件 @
ccadc4b8
<
template
>
<
template
>
<a-card
:bordered=
"false"
style=
"height: 100%"
>
<a-card
:bordered=
"false"
style=
"height: 100%"
class=
"depart-left-tree"
>
<template
#
extra
>
<template
#
extra
>
<!--
<a-space
style=
"margin-bottom: 10px;"
size=
"Small"
>
-->
<!--
<a-space
style=
"margin-bottom: 10px;"
size=
"Small"
>
-->
<a-button
v-auth=
"'system:xzCode:add'"
type=
"primary"
preIcon=
"ant-design:plus-outlined"
style=
"margin-right: 10px;"
<a-button
v-auth=
"'system:xzCode:add'"
type=
"primary"
preIcon=
"ant-design:plus-outlined"
style=
"margin-right: 10px;"
...
@@ -25,7 +25,15 @@
...
@@ -25,7 +25,15 @@
<!-- 新增表单 -->
<!-- 新增表单 -->
<Modal
@
register=
"register"
@
success=
"handleSuccess"
/>
<Modal
@
register=
"register"
@
success=
"handleSuccess"
/>
</template>
</template>
<
style
lang=
"less"
>
.depart-left-tree {
height: 100%;
.ant-card-body {
max-height: 740px;
overflow-y: scroll;
}
}
</
style
>
<
script
lang=
"ts"
setup
>
<
script
lang=
"ts"
setup
>
import
{
inject
,
nextTick
,
ref
,
unref
,
defineExpose
}
from
'vue'
;
import
{
inject
,
nextTick
,
ref
,
unref
,
defineExpose
}
from
'vue'
;
import
{
treeXzbm
,
treePidXzbm
,
addXzbm
,
editXzbm
,
delXzbm
}
from
'../address.api'
;
import
{
treeXzbm
,
treePidXzbm
,
addXzbm
,
editXzbm
,
delXzbm
}
from
'../address.api'
;
...
...
src/views/system/xzCode/index.vue
浏览文件 @
ccadc4b8
<
template
>
<
template
>
<a-row
:class=
"['p-4', `$
{prefixCls}--box`]" type="flex" :gutter="10" style="max-height: 800px;overflow-y: hidden;">
<a-row
:class=
"['p-4', `$
{prefixCls}--box`]" type="flex" :gutter="10" style="max-height: 800px;overflow-y: hidden;">
<a-col
:xl=
"8"
:lg=
"24"
:md=
"24"
style=
"margin-bottom: 10px"
>
<a-col
:xl=
"8"
:lg=
"24"
:md=
"24"
style=
"margin-bottom: 10px
;max-height: 800px;overflow-y: hidden;
"
>
<DepartLeftTree
ref=
"leftTree"
@
select=
"onTreeSelect"
@
successTree=
"handleSuccessTre"
/>
<DepartLeftTree
ref=
"leftTree"
@
select=
"onTreeSelect"
@
successTree=
"handleSuccessTre"
/>
</a-col>
</a-col>
<a-col
:xl=
"16"
:lg=
"24"
:md=
"24"
style=
"margin-bottom: 10px"
>
<a-col
:xl=
"16"
:lg=
"24"
:md=
"24"
style=
"margin-bottom: 10px
;max-height: 800px;overflow-y: hidden;
"
>
<div
style=
"height: 100%;"
class=
"address-book"
>
<div
style=
"height: 100%;"
class=
"address-book"
>
<!--引用表格-->
<!--引用表格-->
<BasicTable
@
register=
"registerTable"
>
<BasicTable
@
register=
"registerTable"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论