fix:coding#792

This commit is contained in:
shijing 2025-02-17 16:33:13 +08:00
parent 0bda185c4e
commit 539b911968
1 changed files with 2 additions and 2 deletions

View File

@ -87,12 +87,12 @@
label="结束时间"
prop="work_end_time"
></el-table-column>
<el-table-column label="是否提交">
<!-- <el-table-column label="是否提交">
<template #default="scope">
<el-tag v-if="scope.row.submit_time == null" type="warning">未提交</el-tag>
<el-tag v-else type="success">已提交</el-tag>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column
label="提交时间"
prop="submit_time"