fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
847 B

7 years ago
Demo.FIX_CONFIG = [{
id: 7,
text: "数据流框架fix-2.0"
}, {
id: 71,
pId: 7,
7 years ago
text: "定义响应式数据",
7 years ago
value: "demo.fix_define"
7 years ago
}, {
id: 72,
pId: 7,
7 years ago
text: "state属性",
7 years ago
value: "demo.fix_state"
7 years ago
}, {
id: 73,
7 years ago
pId: 7,
7 years ago
text: "计算属性",
7 years ago
value: "demo.fix_computed"
7 years ago
}, {
id: 74,
7 years ago
pId: 7,
text: "store",
7 years ago
value: "demo.fix_store"
7 years ago
}, {
id: 75,
7 years ago
pId: 7,
7 years ago
text: "watcher且或表达式",
7 years ago
value: "demo.fix_watcher"
7 years ago
}, {
id: 76,
7 years ago
pId: 7,
7 years ago
text: "watcher星号表达式",
7 years ago
value: "demo.fix_global_watcher"
7 years ago
}, {
id: 77,
7 years ago
pId: 7,
7 years ago
text: "context",
value: "demo.fix_context"
}, {
id: 78,
7 years ago
pId: 7,
7 years ago
text: "一个混合的例子",
7 years ago
value: "demo.fix"
}, {
id: 79,
pId: 7,
text: "场景",
value: "demo.fix_scene"
7 years ago
}];