This commit is contained in:
shijingjing
2022-09-27 09:49:19 +08:00
parent 7622fd8ca2
commit 3c205667d4
4 changed files with 9 additions and 9 deletions

View File

@@ -18,19 +18,19 @@
<p>{{ item.idNumber.replace(/^(\d{6})\d{8}(.{4}$)/g, `$1${Array(9).join('*')}$2`) }}</p>
<div class="item-info">
<div class="item-info__item">
<image src="/static/img/from-icon.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/from-icon.png"/>
<span>{{ item.startAreaName }}</span>
</div>
<div class="item-info__item">
<image src="/static/img/to-icon.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-icon.png"/>
<span>{{ item.arriveAreaName }}</span>
</div>
<div class="item-info__item">
<image src="/static/img/to-date.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-date.png"/>
<span>{{ item.arriveTime && item.arriveTime.substr(0, item.arriveTime.length - 3) }} 到达</span>
</div>
<div class="item-info__item">
<image src="/static/img/kakou.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/kakou.png"/>
<span>{{ item.gatewayName }}</span>
</div>
</div>

View File

@@ -8,7 +8,7 @@
</div>
</div>
<div class="btn" @click="removeMe">
<img src="../../../../static/img/del.png" alt="">
<img src="https://cdn.cunwuyun.cn/wxmp/pingchang/del.png" alt="">
</div>
</div>
</template>

View File

@@ -4,19 +4,19 @@
<h2>{{ info.name }}的返乡登记信息</h2>
<div class="item-info">
<div class="item-info__item">
<image src="/static/img/from-icon.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/from-icon.png"/>
<span>{{ info.startAreaName }}</span>
</div>
<div class="item-info__item">
<image src="/static/img/to-icon.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-icon.png"/>
<span>{{ info.arriveAreaName }}</span>
</div>
<div class="item-info__item">
<image src="/static/img/to-date.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/to-date.png"/>
<span>{{ info.arriveTime && info.arriveTime.substr(0, info.arriveTime.length - 3) }} 到达</span>
</div>
<div class="item-info__item">
<image src="/static/img/kakou.png"/>
<image src="https://cdn.cunwuyun.cn/wxmp/pingchang/kakou.png"/>
<span>{{ info.gatewayName }}</span>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B