报警信息工站列
This commit is contained in:
parent
96db941dd9
commit
34dda2b8ca
@ -27,7 +27,7 @@
|
||||
<el-table :data="dataList" v-loading="loading" ref="table" border header-cell-class-name="el-table-header-cell"
|
||||
highlight-current-row @sort-change="sortChange">
|
||||
<el-table-column type="index" width="70" label="序号" align="center" />
|
||||
<el-table-column prop="WorkstationCode" label="工站编号" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="workstationCode" label="工站编号" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="errType" label="报警问题类型" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="errCode" label="报警编码" align="center" :show-overflow-tooltip="true" />
|
||||
<el-table-column prop="createdBy" label="创建人" align="center" :show-overflow-tooltio="true" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user