Created
October 26, 2018 08:52
-
-
Save jinhan1414/0a280f4204efc7d5ab72a873291ec7cc to your computer and use it in GitHub Desktop.
analysis.js使用模板进行界面展示的示例
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 例: | |
* 添加底部展示 | |
var footerData = { | |
templateObjs:[ | |
{icon:'',template:'当前已选择总材料份数:{}份,总页数:{}页',data:[len,yuf00k]} | |
] | |
}; | |
analysisPlugin.changeFooterTemplateData(footerData); | |
添加头部展示 | |
analysisPlugin.build({ | |
extend:{ | |
templateObjs:[ | |
{icon:'fa-map-o',template:'待审核的档案借阅申请登记{}单',data:['1']} | |
] | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment