You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
371 B
25 lines
371 B
4 weeks ago
|
[{
|
||
|
"id":1,
|
||
|
"name":"ID",
|
||
|
"ename":"id",
|
||
|
"default":"",
|
||
|
"type":"text",
|
||
|
"listvalue":[]
|
||
|
},{
|
||
|
"id":2,
|
||
|
"name":"指定宽度",
|
||
|
"ename":"specify",
|
||
|
"default":"left",
|
||
|
"type":"text",
|
||
|
"listvalue":[
|
||
|
{"value":"left","text":"左边"},
|
||
|
{"value":"right","text":"右边"}
|
||
|
]
|
||
|
},{
|
||
|
"id":3,
|
||
|
"name":"宽度",
|
||
|
"ename":"width",
|
||
|
"default":"50%",
|
||
|
"type":"text",
|
||
|
"listvalue":[]
|
||
|
}]
|