Commit 2cee6676 by xue_wengang

修改app应用情况判断

parent 2679197c
......@@ -603,7 +603,7 @@
</div>
<div v-else-if="columnTitle.prop == 'ydjwyyqk'">
<span v-if="scope.row['ydjwzdzcs'] <= 10">低频</span>
<span v-else-if="10 < scope.row['ydjwzdzcs'] < 30">中频</span>
<span v-else-if="scope.row['ydjwzdzcs'] > 10 && scope.row['ydjwzdzcs'] <= 30 ">中频</span>
<span v-else>高频</span>
</div>
<div v-else-if="columnTitle.prop == 'sjzy_sfzjxz'">
......
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