Files
vxe-table/examples/mock/api/conf/sex.json
xuliangzhan 08272c6f56 update
2019-06-06 21:59:18 +08:00

16 lines
199 B
JSON

[
{
"label": "男",
"spell": "nan",
"value": "1",
"value2": 1,
"val": "x"
},
{
"label": "女",
"spell": "nv",
"value": "0",
"value2": 0,
"val": "o"
}
]