Browse Source

新分支

28169 2 years ago
parent
commit
754896d1f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/inventoryDetails.vue

+ 1 - 1
src/xt_pages/stock/inventoryDetails.vue View File

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