Commit f4483022 by 叶富雄

修改材料证件检查列表

parent bcd4a83f
......@@ -807,13 +807,9 @@
pageBs == 'queryZjcl'
"
>
{{
scope.row[columnTitle.prop] > 0
? "已有"
: scope.row[columnTitle.prop] == 0
? "未有"
: "非必须"
}}
<span v-if="scope.row[columnTitle.prop] == 1" class="el-icon-check" style="color:#4CAF50"></span>
<span v-else-if="scope.row[columnTitle.prop] == 0" class="el-icon-minus" ></span>
<span v-else class="el-icon-close" style="color:#EF4C4C"></span>
</div>
<div
v-else-if="
......@@ -923,7 +919,8 @@
pageBs == 'wfqdzczl' ||
pageBs == 'xywspdzczl' ||
pageBs == 'queryDx' ||
pageBs == 'bxqjsdzczl'
pageBs == 'bxqjsdzczl' ||
pageBs == 'queryZjcl'
)
"
>
......
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