Selaa lähdekoodia

feat: 调整保存接口参数

Jack Zhou 1 viikko sitten
vanhempi
commit
987224b35e

+ 6 - 2
src/views/DestinationDelivery/src/components/CreateNewBooking/src/components/NewbookingTable.vue

@@ -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 () => {