Przeglądaj źródła

盲票列表添加券奖励有效期限修改

DELL 3 lat temu
rodzic
commit
8c3befd6ab

+ 2 - 2
src/views/business/ticket/components/CouponAdd.vue

@@ -63,7 +63,7 @@
         </el-table-column>
         <el-table-column label="有效期限" min-width="85">
           <template slot-scope="scope">
-            <div>{{ scope.row.useArea.desc }}</div>
+            <div>领取后{{ scope.row.dueDays }}天有效</div>
           </template>
         </el-table-column>
       </el-table>
@@ -178,4 +178,4 @@ export default {
     width: 40px;
   }
 }
-</style>
+</style>