|
@@ -49,15 +49,21 @@
|
|
|
</div>
|
|
|
<div style="width: 80%;height: 200px;display:flex;justify-content:space-around;margin: 0 auto">
|
|
|
<div style="width: 500px;height: 170px;">
|
|
|
- <img src="../../assets/zaixian.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ <router-link to="/management">
|
|
|
+ <img src="../../assets/zaixian.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ </router-link>
|
|
|
</div>
|
|
|
<div style="width: 500px;height: 170px;">
|
|
|
- <img src="../../assets/wuliu.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ <router-link to="/business">
|
|
|
+ <img src="../../assets/wuliu.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ </router-link>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="width: 80%;height: 200px;display:flex;justify-content:space-around;margin: 40px auto">
|
|
|
<div style="width: 500px;height: 170px;cursor:pointer" @click="myOrder">
|
|
|
- <img src="../../assets/wode.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ <router-link to="/stock">
|
|
|
+ <img src="../../assets/wode.png" alt="" style="width: 100%;height: 170px;">
|
|
|
+ </router-link>
|
|
|
</div>
|
|
|
<div style="width: 500px;height: 170px;">
|
|
|
<img src="../../assets/kefu.png" alt="" style="width: 100%;height: 170px;">
|