|
|
|
@ -40,7 +40,7 @@
|
|
|
|
|
<el-table-column label="领用记录号" prop="collOrderId" width="180"></el-table-column>
|
|
|
|
|
<el-table-column label="养护日期" prop="createTime" width="180"></el-table-column>
|
|
|
|
|
<el-table-column label="养护人" prop="createUser" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="养护备注" prop="remark" width="120"></el-table-column>
|
|
|
|
|
<el-table-column label="养护备注" prop="remark" width="200" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="操作" width="180" fixed="right">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button
|
|
|
|
|