Commit 5f86d59d by crushh

Merge branch 'feature/12月迭代' into dev

parents 05820a07 59bd5c18
......@@ -69,7 +69,7 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue';
<template slot-scope="scope">{{ scope.row.overdueCount }}</template>
</el-table-column>
<el-table-column label="逾期失效">
<template slot-scope="scope">{{ scope.row.invalidStatus | formatInvalidStatus }}</template>
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment