Explorar el Código

查看盲票bug修复

hwb0 hace 3 años
padre
commit
eaec48e083
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/business/ticket/detail.vue

+ 1 - 1
src/views/business/ticket/detail.vue

@@ -64,7 +64,7 @@
            <div class="prize-top">
              <div>奖级名称:{{ item.name }}</div>
              <div>奖级:{{ item.sort }}</div>
-             <div v-if="info.type == 'online'" >关联奖级:{{ item.awardsLabel }}</div>
+             <div v-if="info.type.value == 'online'" >关联奖级:{{ item.awardsLabel }}</div>
              <div>奖级数量:{{ item.quantity }}</div>
            </div>
            <div class="prize-table">