Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/commit/396c45f361152feeb871c16b6aa68cfe84d65a94?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

提交修改

dev-captcha
dshclm 10 months ago
parent adab7c2562
commit 396c45f361

@ -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-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 === 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 && 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> <el-tag v-else type="warning">已上传</el-tag>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save