|
@@ -263,7 +263,7 @@
|
|
|
<script>
|
|
|
import GoodsList from "./model/goodsList";
|
|
|
import AddAddress from "./model/addAddress";
|
|
|
-import MHeader from "@/components/MHeader";
|
|
|
+import MHeader from "@/components/header";
|
|
|
import MPayment from "@/components/MPayment";
|
|
|
import Protocol from "@/components/Protocol";
|
|
|
import MRefund from "@/components/MRefund";
|
|
@@ -343,7 +343,7 @@ export default {
|
|
|
groupPrice: 0,
|
|
|
obj: null,
|
|
|
showPicker: false,
|
|
|
- columns: ["教务代买", "创建订单"],
|
|
|
+ columns: ["老师代买", "创建订单"],
|
|
|
orderType: null,
|
|
|
orderText: null,
|
|
|
};
|
|
@@ -1032,4 +1032,4 @@ export default {
|
|
|
height: 0.2rem;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|