Commit 22521d30 by 张超军

Merge branch 'dev_zwpt' of http://39.99.224.27:9022/changchao/founder_vue into dev_zwpt

parents 94571174 84c0d66a
...@@ -183,11 +183,11 @@ ...@@ -183,11 +183,11 @@
<template slot-scope="scope"> <template slot-scope="scope">
<img <img
v-show="scope.row.completeness == 0" v-show="scope.row.completeness == 0"
src="../../assets/img/htcj/不完整.svg" src="../../assets/img/htcj/buwz.svg"
/> />
<img <img
v-show="scope.row.completeness == 1" v-show="scope.row.completeness == 1"
src="../../assets/img/htcj/完整.svg" src="../../assets/img/htcj/wz.svg"
/> />
</template> </template>
</el-table-column> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment