配置订单

This commit is contained in:
xman 2025-03-27 21:00:27 +08:00
parent 61e69718df
commit f9a6d1aa62

View File

@ -14,7 +14,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','cascader'], function
index_url: 'order/index' + location.search,
add_url: 'order/add',
edit_url: 'order/edit',
del_url: 'order/del',
//del_url: 'order/del',
multi_url: 'order/multi',
import_url: 'order/import',
push_url: 'order/status',
@ -129,6 +129,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','cascader'], function
table: table,
events: Table.api.events.operate,
formatter: Table.api.formatter.operate,
align:"left",
buttons: [
{
name: 'edit',