|
@@ -70,7 +70,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" prop="isView" label="是否提交">
|
|
|
<template slot-scope="scope">
|
|
|
- <div>{{ scope.row.createTime ? "是" : "否" }}</div>
|
|
|
+ <div>{{ scope.row.submitTime ? "是" : "否" }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column align="center" prop="isView" label="是否查看">
|
|
@@ -89,7 +89,7 @@
|
|
|
<!-- -->
|
|
|
<el-button
|
|
|
type="text"
|
|
|
- v-if="scope.row.urlList && scope.row.createTime"
|
|
|
+ v-if="scope.row.urlList && scope.row.submitTime"
|
|
|
@click="lookWork(scope.row)"
|
|
|
>查看作业</el-button
|
|
|
>
|