报警信息工站列

This commit is contained in:
quowingwang 2026-01-21 17:17:31 +08:00
parent 96db941dd9
commit 34dda2b8ca

View File

@ -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" />