瀏覽代碼

物料管理优化

ysc 2 年之前
父節點
當前提交
bfbaaa59bc
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/material/myReceive.vue

+ 5 - 1
src/views/material/myReceive.vue

@@ -36,7 +36,11 @@
       <el-table-column label="设备编号" prop="equipmentNumber" :show-overflow-tooltip="true"/>
       <el-table-column label="原厂编号" prop="factoryNumber" :show-overflow-tooltip="true"/>
       <el-table-column label="生产厂家" prop="factoryName" :show-overflow-tooltip="true"/>
-      <el-table-column label="领用日期" prop="receiveDate"/>
+      <el-table-column label="领用日期" prop="receiveDate">
+        <template slot-scope="scope">
+          <span>{{parseTime(scope.row.receiveDate)}}</span>
+        </template>
+      </el-table-column>
       <el-table-column label="操作" width="120">
         <template slot-scope="scope">
           <el-button