提交 6d19504c 编写于 作者: zhujiamin's avatar zhujiamin

feat: 更新插件

上级 d2a5e959
...@@ -1855,7 +1855,7 @@ const ft = le({ ...@@ -1855,7 +1855,7 @@ const ft = le({
} }
}, [r])]); }, [r])]);
}, },
toolbar: () => i("div", { toolbar: () => [i("div", {
class: [this.ns.b("exp")] class: [this.ns.b("exp")]
}, [i("i-radio-group", { }, [i("i-radio-group", {
attrs: { attrs: {
...@@ -1875,8 +1875,17 @@ const ft = le({ ...@@ -1875,8 +1875,17 @@ const ft = le({
attrs: { attrs: {
label: "month" label: "month"
} }
}, ["\u6309\u6708\u7EDF\u8BA1"])])]), }, ["\u6309\u6708\u7EDF\u8BA1"])])])],
quickSearch: () => i("div", { quickSearch: () => [this.c.model.toolbar && i("view-toolbar", {
attrs: {
modelData: this.c.model.toolbar,
toolbarState: this.c.toolbarState,
viewMode: this.c.modal.mode
},
on: {
neuronInit: this.c.nerve.onNeuronInit(this.c.model.toolbar.source.name)
}
}), i("div", {
class: [this.ns.b("search")] class: [this.ns.b("search")]
}, [this.activeRadio === "day" ? [i("div", { }, [this.activeRadio === "day" ? [i("div", {
class: [this.ns.be("search", "method-change")] class: [this.ns.be("search", "method-change")]
...@@ -1950,7 +1959,7 @@ const ft = le({ ...@@ -1950,7 +1959,7 @@ const ft = le({
} }
}, },
style: "width: 110px;" style: "width: 110px;"
})])]) })])])]
} }
}, [s, a]); }, [s, a]);
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册