|
|
@@ -61,11 +61,11 @@
|
|
|
<div>{{ scope.row.siteName }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="服务单" align="center" width="150">
|
|
|
- <template #default="scope">
|
|
|
- <div>{{ scope.row.serviceOrder }}</div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+<!-- <el-table-column label="服务单" align="center" width="150">-->
|
|
|
+<!-- <template #default="scope">-->
|
|
|
+<!-- <div>{{ scope.row.serviceOrder }}</div>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </el-table-column>-->
|
|
|
<el-table-column label="营业时间" align="center" width="150">
|
|
|
<template #default="scope">
|
|
|
<div>{{ formatTime(scope.row.startBusinessTime) }}-{{ formatTime(scope.row.endBusinessTime) }}</div>
|
|
|
@@ -527,7 +527,7 @@ const handleUpdate = async (row?: StoreVO) => {
|
|
|
if (siteData) {
|
|
|
const regionId = siteData.parentId;
|
|
|
form.value.regionId = String(regionId);
|
|
|
-
|
|
|
+
|
|
|
const path: any[] = [];
|
|
|
let currentId = regionId;
|
|
|
while (currentId && String(currentId) !== '0') {
|
|
|
@@ -540,7 +540,7 @@ const handleUpdate = async (row?: StoreVO) => {
|
|
|
}
|
|
|
}
|
|
|
regionValue.value = path;
|
|
|
-
|
|
|
+
|
|
|
siteOptions.value = areaStationList.value
|
|
|
.filter((item: any) => String(item.type) === '2' && String(item.parentId) === String(regionId))
|
|
|
.map((item: any) => ({
|