wuhongyu há 4 anos atrás
pai
commit
f35f54991b
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/layout/market/context.vue

+ 1 - 1
src/layout/market/context.vue

@@ -93,7 +93,7 @@
             <el-col :span="12" v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
               <span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1"
                 >收费标准:{{ detailInfo.price || '暂无' }}/{{
-                  detailInfo.priceunit === '0' ? '公斤' : detailInfo.business === '1' ? '套' : detailInfo.business === '2' ? '件' : '' || '暂无'
+                  detailInfo.priceunit === '0' ? '公斤' : detailInfo.priceunit === '1' ? '套' : detailInfo.priceunit === '2' ? '件' : '' || '暂无'
                 }}</span
               >
             </el-col>