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
9507815a
authored
2023-09-11 10:48:01 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加注释
1 parent
0a835006
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
src/views/ywbl/ywsq/components/selectFwbjDybgSplitMerge.vue
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
src/views/ywbl/ywsq/components/selectFwbjDybgSplitMerge.vue
View file @
9507815
...
...
@@ -200,6 +200,11 @@
sendThis
(
this
)
},
methods
:
{
/**
* @description: yWstatus
* @param {*} row
* @author: renchao
*/
yWstatus
(
row
)
{
let
text
=
""
;
let
keys
=
0
;
...
...
@@ -241,6 +246,7 @@
},
/**
* @description: 单选事件
* @param {*} row
* @author: renchao
*/
getCurrentRow
(
row
)
{
...
...
src/views/ywbl/ywsq/components/selectYbbgSplitMerge.vue
View file @
9507815
...
...
@@ -208,6 +208,11 @@
sendThis
(
this
)
},
methods
:
{
/**
* @description: yWstatus
* @param {*} row
* @author: renchao
*/
yWstatus
(
row
)
{
let
text
=
""
;
let
keys
=
0
;
...
...
@@ -249,6 +254,7 @@
},
/**
* @description: 单选事件
* @param {*} row
* @author: renchao
*/
getCurrentRow
(
row
)
{
...
...
Please
register
or
sign in
to post a comment