Skip to content

Commit

Permalink
看板编辑页面补充自动完成函数名
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed Nov 13, 2021
1 parent 9075c09 commit 87cb731
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ readonly 是否只读操作,允许为null
{name: "chart.resultDatas", value: "resultDatas(", caption: "resultDatas() ", meta: "chart"},
{name: "chart.resultDatasFirst", value: "resultDatasFirst(", caption: "resultDatasFirst() ", meta: "chart"},
{name: "chart.resultFirst", value: "resultFirst(", caption: "resultFirst() ", meta: "chart"},
{name: "chart.resultMapObjects", value: "resultMapObjects(", caption: "resultMapObjects() ", meta: "chart"},
{name: "chart.resultNameValueObjects", value: "resultNameValueObjects(", caption: "resultNameValueObjects() ", meta: "chart"},
{name: "chart.resultOf", value: "resultOf(", caption: "resultOf() ", meta: "chart"},
{name: "chart.resultRowArrays", value: "resultRowArrays(", caption: "resultRowArrays() ", meta: "chart"},
Expand Down

0 comments on commit 87cb731

Please sign in to comment.