fix:coding#792
This commit is contained in:
parent
0bda185c4e
commit
539b911968
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue