@ -62,7 +62,8 @@
</el-table-column>
<el-table-column label="上传状态" prop="status">
<template v-slot:default="scope">
{{ scope.row.childrenList.length === 0 ? '未上传' : '已上传' }}
<el-tag v-if="scope.row.childrenList.length === 0" type="warning">未上传</el-tag>
<el-tag v-else type="success">已上传</el-tag>
</template>
<el-table-column label="操作">