Commit c0bb5fa5 authored by 沈翠玲's avatar 沈翠玲

刀模版管理

parent 38f9f330
......@@ -131,6 +131,10 @@
<el-table-column label="物料编码" width="150" align="center" prop="sapItemCode" />
<el-table-column label="台账编码" width="180" align="center" prop="toolCode" />
<el-table-column label="台账名称" width="180" align="center" prop="toolName" />
<el-table-column label="创建人" width="180" align="center" prop="createBy" />
<el-table-column label="创建时间" width="180" align="center" prop="createTime" />
<el-table-column label="更新人" width="180" align="center" prop="updateBy" />
<el-table-column label="更新时间" width="180" align="center" prop="updateTime" />
<!-- <el-table-column label="操作" align="center" width="100" fixed="right" class-name="small-padding fixed-width">
<template slot-scope="scope">
......
......@@ -48,6 +48,10 @@
<el-table-column label="上机状态" width="100" align="center" prop="typeName" />
<el-table-column label="数量" width="80" align="center" prop="allQuantity" />
<el-table-column label="使用寿命" width="80" align="center" prop="nextMaintenPeriod" />
<el-table-column label="创建人" width="180" align="center" prop="createBy" />
<el-table-column label="创建时间" width="180" align="center" prop="createTime" />
<el-table-column label="更新人" width="180" align="center" prop="updateBy" />
<el-table-column label="更新时间" width="180" align="center" prop="updateTime" />
</el-table>
<pagination
......
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