|
|
|
@ -203,6 +203,7 @@ onMounted( |
|
|
|
|
async () => { |
|
|
|
|
await get_project_data(); |
|
|
|
|
await get_table_data(currentPage.value, pageSize.value, fromData.project); |
|
|
|
|
save_local_storage() |
|
|
|
|
} |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -251,6 +252,8 @@ onBeforeRouteLeave( |
|
|
|
|
scope.row.prd_doc_link.length > 30 ? scope.row.prd_doc_link.slice(0, 30) + '...' : scope.row.prd_doc_link |
|
|
|
|
}} |
|
|
|
|
</a> |
|
|
|
|
<sup v-if="scope.row.have_update" |
|
|
|
|
style="color: red; margin-left: 3px; font-size: 10px">有更新</sup> |
|
|
|
|
<!-- <span v-else> {{ scope.row.prd_doc_link }}</span>--> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
@ -268,10 +271,6 @@ onBeforeRouteLeave( |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="update_at" label="最后更新时间" min-width="210"> |
|
|
|
|
<template v-slot="scope"> |
|
|
|
|
<span>{{ scope.row.update_at }}</span><sup v-if="scope.row.have_update" |
|
|
|
|
style="color: red; margin-left: 3px">有更新</sup> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="id" label="历史文档" min-width="120"> |
|
|
|
|
<template v-slot="scope"> |
|
|
|
|