소스 검색

物料发放频次

zhujindu 8 달 전
부모
커밋
a10bef37b8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/deviceOutside/suishenbangOutstoreVisit.vue

+ 1 - 1
src/views/deviceOutside/suishenbangOutstoreVisit.vue

@@ -130,7 +130,7 @@
       <el-table :data="wuliaoList" border style="width: 100%">
         <el-table-column label="物料名称" prop="materialDataName" align="center" />
         <el-table-column label="发放时间" prop="issuerTime" align="center" />
-        <el-table-column label="发放数量" prop="inventoryNum" width="60" align="center" />
+        <el-table-column label="数量" prop="inventoryNum" width="60" align="center" />
       </el-table>
     </el-dialog>
   </div>