交班和霸王餐

This commit is contained in:
魏啾
2024-11-22 10:48:11 +08:00
parent 433479fee7
commit 8dfd42f20a
2 changed files with 17 additions and 17 deletions

View File

@@ -120,7 +120,6 @@
<view class="constantboxitem" v-for="(item,index) in tableData.data" :key="index"
@click="toDetail(item)">
<view class="head">{{item.dutyId|| '无'}}</view>
<!-- <view class="head">班次</view> -->
<view class="head">{{item.staffName || '无'}}</view>
<view class="head">{{item.startTime|| '无'}}</view>
<view class="head">{{item.endTime|| '无'}}</view>