修改打卡记录单位

This commit is contained in:
huangdeliang 2020-12-11 17:49:20 +08:00
parent b18a3774ac
commit 4494341d08

View File

@ -86,7 +86,7 @@
</template>
</el-table-column>
<el-table-column label="微信应用" align="center" prop="appid" :formatter="appidFormat"/>
<el-table-column label="手机号" align="center" prop="phone"/>
<el-table-column label="手机号" align="center" prop="phone" width="180"/>
<el-table-column label="打卡日期" align="center" prop="logTime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.logTime, '{y}-{m}-{d}') }}</span>