|
@@ -40,6 +40,7 @@
|
|
|
<el-tag type="info" v-if="scope.row.status === 0">未开始</el-tag>
|
|
|
<el-tag type="primary" v-if="scope.row.status === 1">文件已导入</el-tag>
|
|
|
<el-tag type="success" v-if="scope.row.status === 3">对比完成</el-tag>
|
|
|
+ <el-tag type="danger" v-if="scope.row.status === 4">对比完成</el-tag>
|
|
|
<el-tag type="warning" v-if="scope.row.status === 2">对比中</el-tag>
|
|
|
</template>
|
|
|
</el-table-column>
|