master
fanfan 8 months ago
parent 1c817fc470
commit 077c2e3e84
  1. 4
      src/views/goods/Index.vue

@ -132,9 +132,9 @@
<span slot="is_jd_remove" slot-scope="text">
<p
style="width: 40px;text-align: center;"
:style="{ color: text == 0 ? 'red' : 'green'}"
:style="{ color: text == 1 ? 'red' : 'green'}"
>
{{ text == 0 ? '是' : '否' }}
{{ text == 1 ? '是' : '否' }}
</p>
</span>
<!-- 商品池 -->

Loading…
Cancel
Save