vue绑值(表格)
vue绑值(表格)
| id | name | type | location |
| {{r.id}} | {{r.name}} | {{r.type}} | {{r.location}} |
-
json
[
{
"id": 1,
"name": "张三",
"type": "省长",
"location": "河北省"
}, {
"id": 2,
"name": "李四",
"type": "市长",
"location": "北京市"
}
] -
小插曲(渲染时的判断)
{{r.partnersId}}
{{r.partnersName}}
个人
机构
洽谈中
合作中
终止合作
{{r.partnersProprotion}}
{{r.partnersAddress}}
{{r.partnersMan}}
{{r.partnersContact}}
查看

浙公网安备 33010602011771号