update table configs
This commit is contained in:
@@ -55,6 +55,31 @@
|
||||
|
||||
<script>
|
||||
import AddOrUpdate from './equipmentStatusLog-add-or-update'
|
||||
import BaseTable from '@/components/base-table'
|
||||
import TableOperateComponent from '@/components/base-table/components/operationComponent'
|
||||
import TableTextComponent from '@/components/base-table/components/detailComponent'
|
||||
|
||||
const tableConfigs = [
|
||||
{ "prop": "id", "name": "id" },
|
||||
{ "prop": "externalCode", "name": "设备外部代码" },
|
||||
{ "prop": "plcId", "name": "plc id" },
|
||||
{ "prop": "plc", "name": "plc" },
|
||||
{ "prop": "equipmentId", "name": "设备id" },
|
||||
{ "prop": "equipmentName", "name": "设备名称" },
|
||||
{ "prop": "status", "name": "状态,0正常 1计划停机 2故障" },
|
||||
{ "prop": "logTime", "name": "记录时间" },
|
||||
{ "prop": "remark", "name": "备注" },
|
||||
{ "prop": "valid", "name": "删除标志,是否有效:1 可用 0不可用" },
|
||||
{ "prop": "creatorId", "name": "创建人" },
|
||||
{ "prop": "creatorName", "name": "创建人姓名" },
|
||||
{ "prop": "createTime", "name": "创建时间" },
|
||||
{ "prop": "updaterId", "name": "更新人" },
|
||||
{ "prop": "updaterName", "name": "更新人姓名" },
|
||||
{ "prop": "updateTime", "name": "更新时间" },
|
||||
{ "prop": "version", "name": "版本号" }
|
||||
]
|
||||
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user