打卡create_time
This commit is contained in:
parent
cb2c522905
commit
ef8f161934
|
@ -2,8 +2,8 @@
|
||||||
"name" : "曲阳金隅EHS",
|
"name" : "曲阳金隅EHS",
|
||||||
"appid" : "__UNI__B00D419",
|
"appid" : "__UNI__B00D419",
|
||||||
"description" : "曲阳金隅EHS",
|
"description" : "曲阳金隅EHS",
|
||||||
"versionName" : "1.01.11",
|
"versionName" : "1.01.12",
|
||||||
"versionCode" : 101011,
|
"versionCode" : 101012,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<view class="info-details">触发模式:{{val.detail.openTypeStr}}</view>
|
<view class="info-details">触发模式:{{val.detail.openTypeStr}}</view>
|
||||||
<view class="info-details">打卡类型:<text v-if="val.type==10">上班打卡</text><text v-else>下班打卡</text></view>
|
<view class="info-details">打卡类型:<text v-if="val.type==10">上班打卡</text><text v-else>下班打卡</text></view>
|
||||||
<view class="info-details">其他信息:{{val.detail.deviceName}}</view>
|
<view class="info-details">其他信息:{{val.detail.deviceName}}</view>
|
||||||
<view class="info-details">打卡时间:{{val.update_time}}</view>
|
<view class="info-details">打卡时间:{{val.create_time}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue