Commit 4f191f87 by 叶富雄

修改bug

parent 72aec7c9
...@@ -808,8 +808,8 @@ ...@@ -808,8 +808,8 @@
" "
> >
<span v-if="scope.row[columnTitle.prop] === 1" class="el-icon-check" style="color:#4CAF50"></span> <span v-if="scope.row[columnTitle.prop] === 1" class="el-icon-check" style="color:#4CAF50"></span>
<span v-else-if=" scope.row[columnTitle.prop] === -1 " class="el-icon-minus" ></span> <span v-else-if=" scope.row[columnTitle.prop] === -1 " class="el-icon-close" style="color:#EF4C4C" ></span>
<span v-else class="el-icon-close" style="color:#EF4C4C"></span> <span v-else class="el-icon-minus"></span>
</div> </div>
<div <div
v-else-if=" v-else-if="
......
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