9507815a by yuanbo

增加注释

1 parent 0a835006
......@@ -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) {
......
......@@ -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) {
......