|
@@ -169,9 +169,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column sortable label="完成状态" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <span>
|
|
|
- <el-tag> {{ scope.row.finishedStatus }} </el-tag>
|
|
|
- </span>
|
|
|
+ <span> {{ scope.row.finishedStatus }} </span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column fixed="right" label="操作" width="120">
|