完成交班

This commit is contained in:
魏啾
2024-03-07 09:47:06 +08:00
parent 5d96435125
commit dc2d7124d0
6 changed files with 629 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<el-image style="width: 100px; height: 70px;border-radius: 10px;" :src="item.imgUrl" fit="scale-down" />
<div class="demo_tabs_boxitem_oneone">
<div>
{{ dayjs(item.createAt).format(" hh:mm:ss") }}
{{ dayjs(item.createAt).format(" HH:mm:ss") }}
</div>
<div style="color: #757575;">
{{ dayjs(item.createAt).format("YYYY-MM-DD") }}
@@ -22,7 +22,7 @@
</div>
<div class="demo_tabs_boxitem_tow">
<div>
{{ item.productNum }}
{{ item.orderAmount }}
</div>
<div style="color:#ff9e01;">
<span v-if="item.status == 'pending'">挂单</span>