|
@@ -82,7 +82,7 @@
|
|
|
<!-- 设备 -->
|
|
|
<el-table-column prop="resourceName" :label='$t("developer.table.warnLong.name")' width="100"></el-table-column>
|
|
|
<!-- 报警内容 -->
|
|
|
- <el-table-column prop="shelvesDesc" :label='$t("developer.table.warnLong.storgeId")' width="180px">
|
|
|
+ <el-table-column prop="shelvesDesc" :label='$t("developer.table.warnLong.storgeId")' >
|
|
|
<template slot-scope="{ row }">
|
|
|
<span> {{row.resourceName}}-{{row.procedureName}}-{{row.instructionName}}-</span>
|
|
|
<span v-if="row.feedback">{{row.feedback}}</span>
|
|
@@ -156,8 +156,7 @@
|
|
|
//import lockingRecordApi from "@/api/lineSideLibrary/lockingRecord"
|
|
|
import warnLogApi from "@/api/lineSideLibrary/warnLog"
|
|
|
import elDragDialog from '@/directive/el-drag-dialog'
|
|
|
- import { downloadFile, initEnums, initDicts, initQueryParams } from '@/utils/commons'
|
|
|
- import axios from 'axios'
|
|
|
+ import { convertEnum, initDicts, initQueryParams } from '@/utils/commons'
|
|
|
export default {
|
|
|
name: "InOutRecord",
|
|
|
directives: { elDragDialog },
|