|
@@ -74,7 +74,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
</article>
|
|
- <article class="lower" v-if="true">
|
|
|
|
|
|
+ <article class="lower" v-if="false">
|
|
<main class="inputWrap">
|
|
<main class="inputWrap">
|
|
<input
|
|
<input
|
|
type="text"
|
|
type="text"
|
|
@@ -88,43 +88,12 @@
|
|
<h3>{{ item.title }}</h3>
|
|
<h3>{{ item.title }}</h3>
|
|
<div class="row" v-for="(item1, index1) in item.list" :key="index1">{{ item1 }}</div>
|
|
<div class="row" v-for="(item1, index1) in item.list" :key="index1">{{ item1 }}</div>
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="item_1">
|
|
|
|
- <h3>入库</h3>
|
|
|
|
- <div class="row">入库时间:10:15:11</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item_2">
|
|
|
|
- <h3>运输</h3>
|
|
|
|
- <div class="row">运输单号:586874578</div>
|
|
|
|
- <div class="row">目的地:浙江金华超市</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item_3">
|
|
|
|
- <h3>收购</h3>
|
|
|
|
- <div class="row">来源:吕山牧场</div>
|
|
|
|
- <div class="row">收购重量:浙江金华超市</div>
|
|
|
|
- <div class="row">收购时间:8月28日</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item_4">
|
|
|
|
- <h3>屠宰</h3>
|
|
|
|
- <div class="row">屠宰时间:9月2日</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item_5">
|
|
|
|
- <h3>分割</h3>
|
|
|
|
- <div class="row">分割批次:12451</div>
|
|
|
|
- </div>
|
|
|
|
- <div class="item_6">
|
|
|
|
- <h3>检疫</h3>
|
|
|
|
- <div class="row">检疫结果:合格</div>
|
|
|
|
- <div class="row">检疫时间:8月30日</div>
|
|
|
|
- </div> -->
|
|
|
|
<span v-for="(item, index) in retrospectInfo" :key="item.title" :class="'time_'+(index+1)">{{ item.time }}</span>
|
|
<span v-for="(item, index) in retrospectInfo" :key="item.title" :class="'time_'+(index+1)">{{ item.time }}</span>
|
|
- <!-- <span class="time_1">9月3日</span>
|
|
|
|
- <span class="time_2">9月3日</span>
|
|
|
|
- <span class="time_3">8月30日</span>
|
|
|
|
- <span class="time_4">9月3日</span>
|
|
|
|
- <span class="time_5">9月4日</span>
|
|
|
|
- <span class="time_6">8月28日</span> -->
|
|
|
|
</div>
|
|
</div>
|
|
</article>
|
|
</article>
|
|
|
|
+ <article class="mapContainer" v-if="true">
|
|
|
|
+ <E-Map style="height: 100%"></E-Map>
|
|
|
|
+ </article>
|
|
</div>
|
|
</div>
|
|
<div class="bottom">
|
|
<div class="bottom">
|
|
<article>
|
|
<article>
|
|
@@ -183,6 +152,7 @@ import ERight1 from "./charts/ERight1";
|
|
import EBottom1 from "./charts/EBottom1";
|
|
import EBottom1 from "./charts/EBottom1";
|
|
import EBottom2 from "./charts/EBottom2";
|
|
import EBottom2 from "./charts/EBottom2";
|
|
import EBottom3 from "./charts/EBottom3";
|
|
import EBottom3 from "./charts/EBottom3";
|
|
|
|
+import EMap from "./charts/EMap";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: "Butcher",
|
|
name: "Butcher",
|
|
@@ -194,6 +164,7 @@ export default {
|
|
EBottom1,
|
|
EBottom1,
|
|
EBottom2,
|
|
EBottom2,
|
|
EBottom3,
|
|
EBottom3,
|
|
|
|
+ EMap
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
@@ -612,6 +583,9 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .mapContainer {
|
|
|
|
+ flex-grow: 1;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
> .bottom {
|
|
> .bottom {
|
|
height: 28%;
|
|
height: 28%;
|