Commit 59bd5c18 by crushh

update: 修改

parent 92fdfd93
......@@ -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