Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
984c2b1b
authored
2024-03-11 10:59:30 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:批量
1 parent
b6fdd9b3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
src/views/workflow/components/batchDel.vue
src/views/workflow/components/batchDel.vue
View file @
984c2b1
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-03-
07 09:52:35
* @LastEditTime: 2024-03-
11 10:58:28
-->
<!-- 批量删除弹框 -->
<
template
>
...
...
@@ -48,14 +48,6 @@
label
:
"权利类型"
,
},
{
prop
:
"jzwmc"
,
label
:
"建筑物名称"
,
},
{
prop
:
"xmmc"
,
label
:
"项目名称"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
}
...
...
@@ -64,6 +56,14 @@
selectBdcdy
:
[],
}
},
// {
// prop: "jzwmc",
// label: "建筑物名称",
// },
// {
// prop: "xmmc",
// label: "项目名称",
// },
methods
:
{
/**
* @description: 批量删除确定按钮
...
...
Please
register
or
sign in
to post a comment