Explorar o código

物料管理优化

ysc %!s(int64=2) %!d(string=hai) anos
pai
achega
bfbaaa59bc
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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