|
|
@@ -286,10 +286,14 @@ const handleCustomizeColumns = () => {
|
|
|
saveData: {
|
|
|
action: 'ajax',
|
|
|
operate: 'save_setting_display',
|
|
|
- model_name: 'Ocean_Search'
|
|
|
+ model_name: 'destination_delivery_shipment_search'
|
|
|
}
|
|
|
}
|
|
|
- CustomizeColumnsRef.value.openDialog(params, -220)
|
|
|
+ CustomizeColumnsRef.value.openDialog(
|
|
|
+ params,
|
|
|
+ -220,
|
|
|
+ 'Drag item over to this selection or click "add" icon to show the field on delivery booking list'
|
|
|
+ )
|
|
|
}
|
|
|
// 定制表格
|
|
|
const customizeColumns = async () => {
|