customer_management/json/handover_items_list.json
2026-04-16 13:29:07 +08:00

51 lines
1.6 KiB
JSON

{
"tblname": "customer_handover_items",
"alias": "handover_items_list",
"title": "交接项目明细",
"params": {
"sortby": ["created_at desc"],
"browserfields": {
"exclouded": ["id", "handover_id", "item_id", "updated_at"],
"alters": {
"item_type": {
"uitype": "code",
"data": [
{
"value": "basic_info",
"text": "基本信息"
},
{
"value": "opportunities",
"text": "未结商机"
},
{
"value": "contracts",
"text": "历史合同"
},
{
"value": "service_tickets",
"text": "服务工单"
},
{
"value": "payment_issues",
"text": "回款问题"
}
]
},
"is_completed": {
"uitype": "code",
"data": [
{
"value": "1",
"text": "已完成"
},
{
"value": "0",
"text": "未完成"
}
]
}
}
}
}
}