Commit 22daa387 by wangshuangqing

添加库存数量展示字段

parent 55acfc3d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: wsq * @Author: wsq
* @Date: 2022-04-22 15:20:58 * @Date: 2022-04-22 15:20:58
* @LastEditors: wsq * @LastEditors: wsq
* @LastEditTime: 2023-02-06 11:14:59 * @LastEditTime: 2023-02-10 16:10:23
* @Description: * @Description:
--> -->
<template> <template>
...@@ -163,6 +163,8 @@ ...@@ -163,6 +163,8 @@
label="医院项目名称" label="医院项目名称"
width="150" width="150"
/> />
<el-table-column prop="inventoryNum" label="库存数量" width="120">
</el-table-column>
<el-table-column <el-table-column
show-overflow-tooltip show-overflow-tooltip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment