28169 2 vuotta sitten
vanhempi
commit
754896d1f4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/xt_pages/stock/inventoryDetails.vue

+ 1 - 1
src/xt_pages/stock/inventoryDetails.vue Näytä tiedosto

49
 
49
 
50
             <el-table-column  prop="name" label="有效日期" width="200" align="center">
50
             <el-table-column  prop="name" label="有效日期" width="200" align="center">
51
                <template slot-scope="scope">
51
                <template slot-scope="scope">
52
-                 {{getTime(scope.row.product_date)}}
52
+                 {{getTime(scope.row.expire_date)}}
53
                </template>
53
                </template>
54
             </el-table-column>
54
             </el-table-column>
55
 
55