This commit is contained in:
xuliangzhan
2019-06-13 22:29:52 +08:00
parent 20b1a1d49f
commit 9aa9bca455
5 changed files with 4 additions and 3 deletions

View File

@@ -547,7 +547,7 @@ const apis = [
name: 'trigger',
desc: '触发方式',
type: 'String',
enum: 'default点击按钮触发,cell点击单元格触发,row点击行触发',
enum: 'default点击按钮触发, cell点击单元格触发, row点击行触发',
defVal: 'default',
list: []
}