fix: discount_promo_code列表隐藏resellerid/sale_id显示,编辑排除这两个字段

This commit is contained in:
Hermes Agent 2026-06-24 09:18:57 +08:00
parent 474132eadd
commit 6c1e4d14d4

View File

@ -16,14 +16,6 @@
"title": "类型",
"width": 80
},
"resellerid": {
"title": "商户机构",
"width": 150
},
"sale_id": {
"title": "生成销售",
"width": 120
},
"status": {
"title": "状态",
"width": 80
@ -33,6 +25,10 @@
"width": 160
}
},
"editexclouded": [
"resellerid",
"sale_id"
],
"editable": {
"new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}",
"update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}",