Commit f4483022 by 叶富雄

修改材料证件检查列表

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