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
8affec23
authored
2024-01-17 09:08:57 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:企业银行
1 parent
d164eca5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/xxba/qyxxba/index.vue
src/views/xxba/yhjgba/index.vue
src/views/xxba/qyxxba/index.vue
View file @
8affec2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-17 09:0
4:11
* @LastEditTime: 2024-01-17 09:0
7:48
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -140,7 +140,7 @@
});
},
handleEdit
(
row
)
{
this
.
$popupDialog
(
"编辑企业"
,
"xxba/components/addDialog"
,
{
isAdd
:
2
,
...
row
},
"75%"
)
this
.
$popupDialog
(
"编辑企业"
,
"xxba/
qyxxba/
components/addDialog"
,
{
isAdd
:
2
,
...
row
},
"75%"
)
}
}
}
...
...
src/views/xxba/yhjgba/index.vue
View file @
8affec2
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-17 09:0
3:56
* @LastEditTime: 2024-01-17 09:0
7:57
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -140,7 +140,7 @@
})
},
handleEdit
(
row
)
{
this
.
$popupDialog
(
"编辑银行"
,
"xxba/components/addDialog"
,
{
isAdd
:
2
,
...
row
},
"75%"
)
this
.
$popupDialog
(
"编辑银行"
,
"xxba/
yhjgba/
components/addDialog"
,
{
isAdd
:
2
,
...
row
},
"75%"
)
}
}
}
...
...
Please
register
or
sign in
to post a comment