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
63ec7b73
authored
2022-09-20 15:18:58 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:样式
1 parent
50d019dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/views/ywbl/fqsq/components/InformationTable.vue
src/views/ywbl/fqsq/components/InformationTable.vue
View file @
63ec7b7
...
...
@@ -109,7 +109,6 @@ export default {
methods
:
{
// 添加
handleAdd
()
{
console
.
log
(
11111111111
);
this
.
dialog
=
true
},
// 减
...
...
@@ -119,7 +118,9 @@ export default {
// 身份证读取
readClick
()
{
},
// 修改
handleEdit
()
{
},
handleEdit
()
{
this
.
dialog
=
true
},
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment