Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
b43364fc
提交
b43364fc
authored
4月 28, 2024
作者:
张耀丹
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
系统管理=》按钮权限
上级
737d51e0
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
42 行增加
和
25 行删除
+42
-25
index.vue
src/views/system/jdgldw/index.vue
+8
-5
index.vue
src/views/system/jdglyh/index.vue
+8
-5
index.vue
src/views/system/psjgry/index.vue
+8
-5
index.vue
src/views/system/reviewOrg/index.vue
+8
-5
DepartLeftTree.vue
src/views/system/xzCode/components/DepartLeftTree.vue
+6
-3
modal.vue
src/views/system/xzCode/components/modal.vue
+1
-1
index.vue
src/views/system/xzCode/index.vue
+2
-0
index.vue
src/views/xcjd/xchsqk/index.vue
+1
-1
没有找到文件。
src/views/system/jdgldw/index.vue
浏览文件 @
b43364fc
...
...
@@ -4,7 +4,7 @@
<BasicTable
@
register=
"registerTable"
>
<!--插槽:table标题-->
<template
#
tableTitle
>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
dkdc-dsl-sl
'"
>
新增
</a-button>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
jdgldw-add
'"
>
新增
</a-button>
<!--
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'dkdc-dsl-sl'"
>
受理
</a-button>
-->
<!--
<a-button
type=
"primary"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
-->
<!--
<j-upload-button
type=
"primary"
preIcon=
"ant-design:import-outlined"
@
click=
"onImportXls"
>
导入
</j-upload-button>
-->
...
...
@@ -118,16 +118,19 @@ function handleSuccess({ isUpdate, values }) {
*/
function
getTableAction
(
record
)
{
return
[
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'jdgldw-edit'
,
},
{
label
:
'删除'
,
color
:
'error'
,
popConfirm
:
{
title
:
'是否确认删除'
,
confirm
:
handleDelete
.
bind
(
null
,
record
),
},
},
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'jdgldw-delete'
,
},
];
}
...
...
src/views/system/jdglyh/index.vue
浏览文件 @
b43364fc
...
...
@@ -4,7 +4,7 @@
<BasicTable
@
register=
"registerTable"
>
<!--插槽:table标题-->
<template
#
tableTitle
>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
dkdc-dsl-sl
'"
>
新增
</a-button>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
jdglyh-add
'"
>
新增
</a-button>
<!--
<a-button
type=
"primary"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
-->
<!--
<j-upload-button
type=
"primary"
preIcon=
"ant-design:import-outlined"
@
click=
"onImportXls"
>
导入
</j-upload-button>
-->
</
template
>
...
...
@@ -116,16 +116,19 @@ function handleSuccess({ isUpdate, values }) {
*/
function
getTableAction
(
record
)
{
return
[
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'jdglyh-edit'
},
{
label
:
'删除'
,
color
:
'error'
,
popConfirm
:
{
title
:
'是否确认删除'
,
confirm
:
handleDelete
.
bind
(
null
,
record
),
},
},
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'jdglyh-delete'
},
];
}
...
...
src/views/system/psjgry/index.vue
浏览文件 @
b43364fc
...
...
@@ -4,7 +4,7 @@
<BasicTable
@
register=
"registerTable"
>
<!--插槽:table标题-->
<template
#
tableTitle
>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
dkdc-dsl-sl
'"
>
新增
</a-button>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'
psjgry:add
'"
>
新增
</a-button>
<!--
<a-button
type=
"primary"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
-->
<!--
<j-upload-button
type=
"primary"
preIcon=
"ant-design:import-outlined"
@
click=
"onImportXls"
>
导入
</j-upload-button>
-->
</
template
>
...
...
@@ -116,16 +116,19 @@ function handleSuccess({ isUpdate, values }) {
*/
function
getTableAction
(
record
)
{
return
[
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'psjgry:edit'
},
{
label
:
'删除'
,
color
:
'error'
,
popConfirm
:
{
title
:
'是否确认删除'
,
confirm
:
handleDelete
.
bind
(
null
,
record
),
},
},
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'psjgry:delete'
},
];
}
...
...
src/views/system/reviewOrg/index.vue
浏览文件 @
b43364fc
...
...
@@ -5,7 +5,7 @@
<!--插槽:table标题-->
<template
#
tableTitle
>
<!-- v-auth="" -->
<a-button
type=
"primary"
@
click=
"handleAdd"
>
新增
</a-button>
<a-button
type=
"primary"
@
click=
"handleAdd"
v-auth=
"'reviewOrg:add'"
>
新增
</a-button>
<!--
<a-button
type=
"primary"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
-->
<!--
<j-upload-button
type=
"primary"
preIcon=
"ant-design:import-outlined"
@
click=
"onImportXls"
>
导入
</j-upload-button>
-->
</
template
>
...
...
@@ -116,16 +116,19 @@ function handleSuccess({ isUpdate, values }) {
*/
function
getTableAction
(
record
)
{
return
[
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'reviewOrg:edit'
,
},
{
label
:
'删除'
,
color
:
'error'
,
popConfirm
:
{
title
:
'是否确认删除'
,
confirm
:
handleDelete
.
bind
(
null
,
record
),
},
},
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'reviewOrg:delete'
,
},
];
}
...
...
src/views/system/xzCode/components/DepartLeftTree.vue
浏览文件 @
b43364fc
...
...
@@ -2,12 +2,12 @@
<a-card
:bordered=
"false"
style=
"height: 100%"
>
<template
#
extra
>
<!--
<a-space
style=
"margin-bottom: 10px;"
size=
"Small"
>
-->
<a-button
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;"
@
click=
"handleCreate"
>
新增
</a-button>
<!--
<a-button
preIcon=
"ant-design:edit-outlined"
style=
"margin-right: 10px;"
@
click=
"handleEdit"
>
修改
</a-button>
-->
<a-button
preIcon=
"ant-design:redo-outlined"
style=
"margin-right: 10px;"
@
click=
"loadRootTreeData"
>
刷新
</a-button>
<a-button
v-auth=
"'system:xzCode:refresh'"
preIcon=
"ant-design:redo-outlined"
style=
"margin-right: 10px;"
@
click=
"loadRootTreeData"
>
刷新
</a-button>
<a-popconfirm
title=
"确定要删除该条数据吗?"
ok-text=
"确定"
cancel-text=
"取消"
@
confirm=
"deleteTree"
>
<a-button
danger
preIcon=
"ant-design:delete-outlined"
style=
"margin-right: 10px;"
>
删除
</a-button>
<a-button
v-auth=
"'system:xzCode:delete'"
danger
preIcon=
"ant-design:delete-outlined"
style=
"margin-right: 10px;"
>
删除
</a-button>
</a-popconfirm>
<!--
</a-space>
-->
</
template
>
...
...
@@ -58,6 +58,9 @@ const searchKeyword = ref('');
*/
function
handleCreate
()
{
openModal
(
true
,
{
record
:
{
pid
:
treeData
.
value
[
0
]?.
id
,
},
isUpdate
:
false
,
});
}
...
...
src/views/system/xzCode/components/modal.vue
浏览文件 @
b43364fc
...
...
@@ -41,7 +41,7 @@
required
:
true
,
},
{
label
:
'行政区划'
,
label
:
'
上级
行政区划'
,
field
:
'pid'
,
component
:
'JTreeSelect'
,
componentProps
:
{
...
...
src/views/system/xzCode/index.vue
浏览文件 @
b43364fc
...
...
@@ -89,10 +89,12 @@ function getTableAction(record) {
title
:
'是否确认删除'
,
confirm
:
handleDel
.
bind
(
null
,
record
),
},
auth
:
'system:xzCode:delete'
,
},
{
label
:
'编辑'
,
onClick
:
handleEdit
.
bind
(
null
,
record
),
auth
:
'system:xzCode:edit'
,
},
];
}
...
...
src/views/xcjd/xchsqk/index.vue
浏览文件 @
b43364fc
...
...
@@ -3,7 +3,7 @@
<!--引用表格-->
<BasicTable
@
register=
"registerTable"
>
<template
#
tableTitle
>
<a-button
type=
"primary"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
<a-button
type=
"primary"
v-auth=
"'xchsqk:export'"
preIcon=
"ant-design:export-outlined"
@
click=
"onExportXls"
>
导出
</a-button>
</
template
>
<
template
#
action=
"{ record }"
>
<TableAction
:actions=
"getTableAction(record)"
/>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论