-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- 定义说明参照 ./README.md --> | ||
<root brief="基础数据"> | ||
<base type="data" brief="平台数据"> | ||
<platform id="1" name="tixwork" label="低码平台" /> | ||
</base> | ||
</root> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- 定义说明参照 ./README.md --> | ||
<root name="tixwork" | ||
org="tiandtech" | ||
label="schema测试" | ||
brief="用来和jhipster对比" | ||
logo="logo.svg" | ||
slogan="起源传统, 超越未来" | ||
appId="LKJP781BADU" | ||
> | ||
|
||
<platform label="平台" brief="只有一个平台就行了,用来记账"> | ||
<name label="平台标识" brief="英文,例如:tixwork"/> | ||
<label label="平台名称" brief="律师函平台"/> | ||
</platform> | ||
|
||
</root> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<root brief="screen 工作台和数据大屏定义"> | ||
<!-- <dashboard type="screen" label="工作台" >--> | ||
<!-- <slot1 label="律师函" condition="count from litigant as card"/>--> | ||
<!-- <slot2 label="当事人" condition="count from legal_letter as card"/>--> | ||
<!-- <slot3 label="案值分布" condition="sum total_money from legal_letter group by merchant as pie"/>--> | ||
<!-- <slot4 label="商户律师函数量" condition="count from legal_letter group by merchant as bar"/>--> | ||
<!-- </dashboard>--> | ||
</root> |
Empty file.