|
|
|
@ -76,6 +76,7 @@
|
|
|
|
|
<el-tag v-if="scope.row.childrenList.length > 0 && scope.row.childrenList.every(child => child.state === 1)" type="success">已上传</el-tag>
|
|
|
|
|
<el-tag v-else-if="scope.row.childrenList.length > 0 && scope.row.childrenList.every(child => child.state === 2)" type="warning">已上传</el-tag>
|
|
|
|
|
<el-tag v-else-if="scope.row.childrenList.length > 0 && scope.row.childrenList.every(child => child.state === null)" type="success">已上传</el-tag>
|
|
|
|
|
<el-tag v-else-if="scope.row.childrenList.length === 0" type="warning">未上传</el-tag>
|
|
|
|
|
<el-tag v-else type="warning">已上传</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|