图片
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<p><img src="./components/img/org-icon.png" alt=""><span class="start-name">{{item.startAreaName}}</span></p>
|
<p><img src="./components/img/org-icon.png" alt=""><span class="start-name">{{item.startAreaName}}</span></p>
|
||||||
<p><img src="./components/img/blue-icon.png" alt=""><span class="start-name">{{item.arriveAreaName}}</span></p>
|
<p><img src="./components/img/blue-icon.png" alt=""><span class="start-name">{{item.arriveAreaName}}</span></p>
|
||||||
<p><img src="./components/img/time-icon.png" alt="">{{item.arriveTime}}</p>
|
<p><img src="./components/img/time-icon.png" alt="">{{item.arriveTime}}</p>
|
||||||
<img :src="statusImgList[item.handleType]" alt="" class="status-img">
|
<img :src="statusImgList[item.handleType]" alt="" class="status-img" v-if="item.handleType!= 7">
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom" v-if="item.handleType>0">
|
<div class="bottom" v-if="item.handleType>0">
|
||||||
<div class="text">处置人:<span>{{item.handleUserName}}</span></div>
|
<div class="text">处置人:<span>{{item.handleUserName}}</span></div>
|
||||||
@@ -101,6 +101,10 @@ export default {
|
|||||||
require('./components/img/status4.png'),
|
require('./components/img/status4.png'),
|
||||||
require('./components/img/status5.png'),
|
require('./components/img/status5.png'),
|
||||||
require('./components/img/status6.png'),
|
require('./components/img/status6.png'),
|
||||||
|
require('./components/img/status6.png'),
|
||||||
|
require('./components/img/status8.png'),
|
||||||
|
require('./components/img/status9.png'),
|
||||||
|
require('./components/img/status10.png'),
|
||||||
],
|
],
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user