自动化立体仓库 - WMS系统
*
lsh
9 天以前 501f26e53d3483697137f8939d40af3dbdc52ace
*
1个文件已修改
6 ■■■■■ 已修改文件
src/main/webapp/views/deviceOperate/errorTaskOperate.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/deviceOperate/errorTaskOperate.html
@@ -19,7 +19,8 @@
<body>
    <div id="app" style="display: flex;justify-content: center;flex-wrap: wrap;">
        <div style="width: 100%;">
            <el-table border ref="singleTable" :data="tableData" style="width: 100%">
            <el-table border ref="singleTable" :data="tableData" highlight-current-row @row-click="handleRowClick"
                      max-height="350" style="width: 100%">
                <el-table-column property="category" label="类别">
                </el-table-column>
                <el-table-column property="equipmentNo" label="设备号">
@@ -33,7 +34,8 @@
            </el-table>
        </div>
        <div style="width: 100%;">
            <el-table border ref="singleTable" :data="adjacentLocMast" style="width: 100%">
            <el-table border ref="singleTable" :data="adjacentLocMast" highlight-current-row @row-click="handleRowClick"
                      max-height="350" style="width: 100%">
                <el-table-column property="category" label="当前库位">
                </el-table-column>
                <el-table-column property="equipmentNo" label="当前库位状态">