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="paName" column="pa_name" />
|
||||||
<result property="parentId" column="parent_id" />
|
<result property="parentId" column="parent_id" />
|
||||||
<result property="status" column="status" />
|
<result property="status" column="status" />
|
||||||
<result property="storageNum" column="num" />
|
<result property="num" column="num" />
|
||||||
<result property="unitId" column="unit_id" />
|
<result property="unitId" column="unit_id" />
|
||||||
<result property="buyPrice" column="buy_price" />
|
<result property="buyPrice" column="buy_price" />
|
||||||
<result property="level" column="level" />
|
<result property="level" column="level" />
|
||||||
|
|
|
||||||
|
|
@ -177,12 +177,12 @@
|
||||||
<!-- prop="storageNum"-->
|
<!-- prop="storageNum"-->
|
||||||
<!-- show-overflow-tooltip-->
|
<!-- show-overflow-tooltip-->
|
||||||
<!-- />-->
|
<!-- />-->
|
||||||
<!-- <el-table-column-->
|
<el-table-column
|
||||||
<!-- label="备注"-->
|
label="备注"
|
||||||
<!-- align="center"-->
|
align="center"
|
||||||
<!-- prop="remark"-->
|
prop="remark"
|
||||||
<!-- show-overflow-tooltip-->
|
show-overflow-tooltip
|
||||||
<!-- />-->
|
/>
|
||||||
|
|
||||||
<el-table-column label="操作" align="center" width="300">
|
<el-table-column label="操作" align="center" width="300">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue