This commit is contained in:
parent
45efc3fc88
commit
fd2a191a6b
|
|
@ -8,7 +8,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<result property="paName" column="pa_name" />
|
||||
<result property="parentId" column="parent_id" />
|
||||
<result property="status" column="status" />
|
||||
<result property="storageNum" column="num" />
|
||||
<result property="num" column="num" />
|
||||
<result property="unitId" column="unit_id" />
|
||||
<result property="buyPrice" column="buy_price" />
|
||||
<result property="level" column="level" />
|
||||
|
|
|
|||
|
|
@ -177,12 +177,12 @@
|
|||
<!-- prop="storageNum"-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- />-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- label="备注"-->
|
||||
<!-- align="center"-->
|
||||
<!-- prop="remark"-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- />-->
|
||||
<el-table-column
|
||||
label="备注"
|
||||
align="center"
|
||||
prop="remark"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
|
||||
<el-table-column label="操作" align="center" width="300">
|
||||
<template slot-scope="scope">
|
||||
|
|
|
|||
Loading…
Reference in New Issue