|
@@ -124,7 +124,7 @@ export default {
|
|
this.status = status;
|
|
this.status = status;
|
|
this.list4[0].value =
|
|
this.list4[0].value =
|
|
this.admin === "1" ? "红运稻" : this.admin === "2" ? "悦享泰康" : "";
|
|
this.admin === "1" ? "红运稻" : this.admin === "2" ? "悦享泰康" : "";
|
|
- this.list4[1].value = order_num + "/" + "份";
|
|
|
|
|
|
+ this.list4[1].value = order_num + "份";
|
|
this.list1[2].value = order_time;
|
|
this.list1[2].value = order_time;
|
|
if (this.status === "2") {
|
|
if (this.status === "2") {
|
|
this.list2[0].value = post_name;
|
|
this.list2[0].value = post_name;
|