|
|
@@ -50,10 +50,10 @@
|
|
50
|
50
|
>
|
|
51
|
51
|
</div>
|
|
52
|
52
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
|
53
|
|
- <el-tab-pane label="全部" name="-1" />
|
|
54
|
53
|
<el-tab-pane label="待分配" name="0" />
|
|
55
|
54
|
<el-tab-pane label="已分配" name="1" />
|
|
56
|
55
|
<el-tab-pane label="已完成" name="10" />
|
|
|
56
|
+ <el-tab-pane label="全部" name="-1" />
|
|
57
|
57
|
</el-tabs>
|
|
58
|
58
|
<el-table
|
|
59
|
59
|
v-loading="loading"
|
|
|
@@ -209,6 +209,7 @@ import { getGetAllCar } from "@/api/Escortservice/Escortservice.js";
|
|
209
|
209
|
import { getOrderTypeList } from "@/api/commonAPI.js";
|
|
210
|
210
|
import addOrEdit from "./components/addOrEdit";
|
|
211
|
211
|
import detail from "./components/detail";
|
|
|
212
|
+// import detail from "../../../orderManage/components/cardetail";
|
|
212
|
213
|
import assign from "./components/assign.vue";
|
|
213
|
214
|
import distribution from "./components/distribution.vue";
|
|
214
|
215
|
import Pagination from "@/components/context/Pagination";
|
|
|
@@ -221,7 +222,7 @@ export default {
|
|
221
|
222
|
data() {
|
|
222
|
223
|
return {
|
|
223
|
224
|
dialogFormVisible:false,
|
|
224
|
|
- activeName: "-1",
|
|
|
225
|
+ activeName: "0",
|
|
225
|
226
|
loading: false,
|
|
226
|
227
|
ordercode: "",
|
|
227
|
228
|
state: "-1",
|