This commit is contained in:
liuye
2022-11-25 11:22:56 +08:00
parent c84faca479
commit 7064dc320e
4 changed files with 5 additions and 1 deletions

View File

@@ -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/blue-icon.png" alt=""><span class="start-name">{{item.arriveAreaName}}</span></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 class="bottom" v-if="item.handleType>0">
<div class="text">处置人<span>{{item.handleUserName}}</span></div>
@@ -101,6 +101,10 @@ export default {
require('./components/img/status4.png'),
require('./components/img/status5.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: [
{

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