|
|
@ -60,7 +60,7 @@
|
|
|
|
</el-upload>
|
|
|
|
</el-upload>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="上传状态" prop="status">
|
|
|
|
<el-table-column label="状态" prop="status">
|
|
|
|
<template v-slot:default="scope">
|
|
|
|
<template v-slot:default="scope">
|
|
|
|
<el-tag v-if="scope.row.childrenList.length === 0" type="warning">未上传</el-tag>
|
|
|
|
<el-tag v-if="scope.row.childrenList.length === 0" type="warning">未上传</el-tag>
|
|
|
|
<el-tag v-else type="success">已上传</el-tag>
|
|
|
|
<el-tag v-else type="success">已上传</el-tag>
|
|
|
|