parent
c86dc5c0e2
commit
0d5dbc236d
@ -0,0 +1,11 @@
|
||||
package UnitTest;
|
||||
|
||||
import cn.hutool.core.io.FileUtil;
|
||||
|
||||
public class TestGrid {
|
||||
|
||||
public static void main(String[] args) {
|
||||
String path = "D:\\dsWork\\QingLong\\src\\main\\java\\UnitTest\\TestGrid.json";
|
||||
String content = FileUtil.readUtf8String(path);
|
||||
}
|
||||
}
|
@ -0,0 +1,96 @@
|
||||
[
|
||||
{
|
||||
"id": "input_6",
|
||||
"index": 0,
|
||||
"label": "单行文本",
|
||||
"tag": "input",
|
||||
"tagIcon": "input",
|
||||
"placeholder": "请输入",
|
||||
"defaultValue": null,
|
||||
"labelWidth": 110,
|
||||
"width": "100%",
|
||||
"clearable": true,
|
||||
"maxlength": null,
|
||||
"showWordLimit": false,
|
||||
"readonly": false,
|
||||
"disabled": false,
|
||||
"required": true,
|
||||
"expression": "",
|
||||
"document": ""
|
||||
},
|
||||
{
|
||||
"id": "grid_8",
|
||||
"index": 1,
|
||||
"tag": "grid",
|
||||
"span": 2,
|
||||
"columns": [
|
||||
{
|
||||
"span": 12,
|
||||
"list": [
|
||||
{
|
||||
"id": "input_9",
|
||||
"index": 0,
|
||||
"label": "单行文本",
|
||||
"tag": "input",
|
||||
"tagIcon": "input",
|
||||
"placeholder": "请输入",
|
||||
"defaultValue": null,
|
||||
"labelWidth": 110,
|
||||
"width": "100%",
|
||||
"clearable": true,
|
||||
"maxlength": null,
|
||||
"showWordLimit": false,
|
||||
"readonly": false,
|
||||
"disabled": false,
|
||||
"required": true,
|
||||
"expression": "",
|
||||
"document": ""
|
||||
},
|
||||
{
|
||||
"id": "input_11",
|
||||
"index": 1,
|
||||
"label": "单行文本",
|
||||
"tag": "input",
|
||||
"tagIcon": "input",
|
||||
"placeholder": "请输入",
|
||||
"defaultValue": null,
|
||||
"labelWidth": 110,
|
||||
"width": "100%",
|
||||
"clearable": true,
|
||||
"maxlength": null,
|
||||
"showWordLimit": false,
|
||||
"readonly": false,
|
||||
"disabled": false,
|
||||
"required": true,
|
||||
"expression": "",
|
||||
"document": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"span": 12,
|
||||
"list": [
|
||||
{
|
||||
"id": "input_10",
|
||||
"index": 0,
|
||||
"label": "单行文本",
|
||||
"tag": "input",
|
||||
"tagIcon": "input",
|
||||
"placeholder": "请输入",
|
||||
"defaultValue": null,
|
||||
"labelWidth": 110,
|
||||
"width": "100%",
|
||||
"clearable": true,
|
||||
"maxlength": null,
|
||||
"showWordLimit": false,
|
||||
"readonly": false,
|
||||
"disabled": false,
|
||||
"required": true,
|
||||
"expression": "",
|
||||
"document": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in new issue