增加注释
Showing
2 changed files
with
12 additions
and
0 deletions
... | @@ -200,6 +200,11 @@ | ... | @@ -200,6 +200,11 @@ |
200 | sendThis(this) | 200 | sendThis(this) |
201 | }, | 201 | }, |
202 | methods: { | 202 | methods: { |
203 | /** | ||
204 | * @description: yWstatus | ||
205 | * @param {*} row | ||
206 | * @author: renchao | ||
207 | */ | ||
203 | yWstatus (row) { | 208 | yWstatus (row) { |
204 | let text = ""; | 209 | let text = ""; |
205 | let keys = 0; | 210 | let keys = 0; |
... | @@ -241,6 +246,7 @@ | ... | @@ -241,6 +246,7 @@ |
241 | }, | 246 | }, |
242 | /** | 247 | /** |
243 | * @description: 单选事件 | 248 | * @description: 单选事件 |
249 | * @param {*} row | ||
244 | * @author: renchao | 250 | * @author: renchao |
245 | */ | 251 | */ |
246 | getCurrentRow (row) { | 252 | getCurrentRow (row) { | ... | ... |
... | @@ -208,6 +208,11 @@ | ... | @@ -208,6 +208,11 @@ |
208 | sendThis(this) | 208 | sendThis(this) |
209 | }, | 209 | }, |
210 | methods: { | 210 | methods: { |
211 | /** | ||
212 | * @description: yWstatus | ||
213 | * @param {*} row | ||
214 | * @author: renchao | ||
215 | */ | ||
211 | yWstatus (row) { | 216 | yWstatus (row) { |
212 | let text = ""; | 217 | let text = ""; |
213 | let keys = 0; | 218 | let keys = 0; |
... | @@ -249,6 +254,7 @@ | ... | @@ -249,6 +254,7 @@ |
249 | }, | 254 | }, |
250 | /** | 255 | /** |
251 | * @description: 单选事件 | 256 | * @description: 单选事件 |
257 | * @param {*} row | ||
252 | * @author: renchao | 258 | * @author: renchao |
253 | */ | 259 | */ |
254 | getCurrentRow (row) { | 260 | getCurrentRow (row) { | ... | ... |
-
Please register or sign in to post a comment