| | |
| | | label="设备编码" |
| | | min-width="110" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="设备名称" |
| | | min-width="110" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="eqptype_name" |
| | | label="设备类型" |
| | | min-width="110" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="eqpgroup_name" |
| | |
| | | prop="enable" |
| | | label="使用状态" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | width="120" |
| | | > |
| | | <template slot-scope="{row}"> |
| | |
| | | <el-table-column |
| | | prop="input_date" |
| | | label="投入日期" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | width="120" |
| | | > |
| | |
| | | prop="wksp_name" |
| | | label="生产车间" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | min-width="120" |
| | | /> |
| | | <!-- <el-table-column--> |
| | |
| | | <el-table-column |
| | | prop="operation_ration" |
| | | label="稼动率" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | width="100" |
| | | > |
| | |
| | | label="创建人员" |
| | | sortable="custom" |
| | | width="120" |
| | | show-tooltip-when-overflow |
| | | /> |
| | | <el-table-column |
| | | prop="lm_date" |
| | | width="160" |
| | | label="创建时间" |
| | | show-tooltip-when-overflow |
| | | sortable="custom" |
| | | /> |
| | | <el-table-column |
| | |
| | | /> |
| | | <el-table-column |
| | | prop="code" |
| | | show-tooltip-when-overflow |
| | | label="类型编码" |
| | | sortable="custom" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="name" |
| | | show-tooltip-when-overflow |
| | | label="类型名称" |
| | | sortable="custom" |
| | | > |
| | |
| | | prop="remark" |
| | | label="类型描述" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-input v-if="row.isVisible===1" v-model="row.remark" placeholder="请输入" /> |
| | |
| | | prop="code" |
| | | label="分组编码" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-input |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="name" |
| | | show-tooltip-when-overflow |
| | | label="分组名称" |
| | | sortable="custom" |
| | | > |
| | |
| | | prop="eqptype_name" |
| | | label="所属设备类型" |
| | | sortable="custom" |
| | | show-tooltip-when-overflow |
| | | > |
| | | <template slot-scope="{row}"> |
| | | <el-select |
| | |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="remark" |
| | | show-tooltip-when-overflow |
| | | label="分组描述" |
| | | sortable="custom" |
| | | > |