Explorar el Código

物料发放频次

zhujindu hace 8 meses
padre
commit
a10bef37b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>