diff --git a/src/views/system/offStationCharging/chargingOrder/index.vue b/src/views/system/offStationCharging/chargingOrder/index.vue
index 347f863..9dba7bf 100644
--- a/src/views/system/offStationCharging/chargingOrder/index.vue
+++ b/src/views/system/offStationCharging/chargingOrder/index.vue
@@ -71,16 +71,16 @@
>
-
+
{{ handle_stationNo(scope.row.stationNo) }}
-
-
-
-
- -->
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
- -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -222,19 +222,19 @@
-
+
-
+ /> -->
@@ -268,6 +268,7 @@ import { OutChargeOrderApi, OutChargeOrderVO } from '@/api/biz/outchargeorder'
import OutChargeOrderForm from './OutChargeOrderForm.vue'
import { StationInfoApi, StationInfoVO } from '@/api/share/stationinfo'
import { getIntDictOptions, DICT_TYPE } from '@/utils/dict'
+import drawer from './components/drawer.vue'
/** 站外充电订单 列表 */
defineOptions({ name: 'OutChargeOrder' })
@@ -354,7 +355,7 @@ const getList = async () => {
const drawerRef = ref()
const open_drawer = (row: any) => {
- drawerRef.value.open(row,stationinfoList.value)
+ drawerRef.value.open(row, stationinfoList.value)
}
/** 搜索按钮操作 */