Skip to content

Commit 51bc8d2

Browse files
committed
F fix description
1 parent e5d4846 commit 51bc8d2

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default {
8282
"label": "查询",
8383
"component": "submit",
8484
"attributes": { "type": "primary" },
85-
// @todo event handle function name in Vue methods
8685
"events": { "submitEventName": "searchTable" }
8786
}
8887
]
@@ -96,7 +95,6 @@ export default {
9695
"name": "icon",
9796
"label": "游戏图标",
9897
"attributes": { "width": 60, "textAlign": "center" },
99-
// @todo value filter function name in Vue methods
10098
"valueFilterName": "iconFilter"
10199
},
102100
{ "name": "name", "label": "游戏名称" },

components.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@
2424

2525
## 图表类
2626

27-
@todo
2827
引入 [echarts](https://github.com/apache/incubator-echarts) 对接。

docs/common/errors.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/**
22
* 后台常用错误码定义
3-
* @todo 生成?
43
*/
54

65
// ~/QQMail/mmgamecenter/src/svrkit/mmgamemanagedbmq/mmgamemanagedbmqdefine.h
@@ -26,8 +25,6 @@ const message = {
2625
MYSQL_ERROR_1062: '此记录已存在,请重新填写'
2726
};
2827

29-
// @todo 对不同返回码的处理行为
30-
3128
// 将返回码的数字到宏变量名的反转,便于对无中文解释的情况下了解错误原因
3229
let nameMapping = {};
3330
let init = () => {

docs/common/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function getTableLines(head = [], value = []) {
8383
}
8484

8585
function reset(container, isFirstRender) {
86-
// @todo, 若后续业务需要,则深度遍历container所有子孙items
8786
if (isFirstRender) {
8887
return;
8988
}

src/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,6 @@ class Container {
580580
/**
581581
* 给整个容器填值
582582
* @param {object} data
583-
* @todo 暂时忽略value本身为数组的情况(upload,table)
584583
* @todo 遍历复制方法时间复杂度待优化
585584
*/
586585
_setContainerValue(item, data) {

0 commit comments

Comments
 (0)