#76 修改

Yhdistetty
lsx yhdistetty 1 committia lähteestä mangpiao/dev kohteeseen mangpiao/test 1 vuosi sitten
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/business/recovery/index.vue

+ 1 - 1
src/views/business/recovery/index.vue

@@ -60,7 +60,7 @@
       <el-table-column label="商品名称" prop="title" min-width="95" align="center" />
       <el-table-column label="商品规格" prop="properties" min-width="95" align="center" >
         <template slot-scope="{row}">
-          <div v-if="row.properties">{{row.properties}}</div>
+          <div v-if="row.properties">{{row.properties || "--" }}</div>
           <div v-else>--</div>
         </template>