Admin
2022-07-14 ae0e1c96b6da4f4515bf449db45a4ee839d2c61f
src/views/specialWorkSystem/workProcessManagement/workCheckinRecord/index.vue
@@ -31,7 +31,7 @@
               <el-table-column property="worker" label="签到人" width="180" />
               <el-table-column property="checkinTime" label="签到时间" sortable/>
               <el-table-column property="remark" label="备注"/>
               <el-table-column fixed="right" label="操作" width="180">
               <el-table-column fixed="right" label="操作" align="center" width="180">
                  <template #default="scope">
                     <el-button link type="primary" size="small" @click="viewDetails(scope.row)">查看</el-button>
                  </template>