提交修改

dev
dsh 12 months ago
parent 777c69e55b
commit f91460c08b

@ -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>

Loading…
Cancel
Save