1
lzhe
2024-09-23 77d96bbef04f39e154ac8ffe0dbe69f3a412d1ac
1
已修改1个文件
6 ■■■■ 文件已修改
src/views/console/workstation/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/workstation/index.vue
@@ -48,7 +48,11 @@
                                        <el-table-column type="selection" width="50"></el-table-column>
                                        <el-table-column label="工位编号" prop="code" width="120"></el-table-column>
                                        <el-table-column label="工位名称" prop="name" width="120"></el-table-column>
                                        <el-table-column label="工位类型" prop="type" width="120"></el-table-column>
                                        <el-table-column label="工位类型" prop="type" width="120">
                                            <template #default="scope">
                                                <span>{{ scope.row.type == '0' ? '机器': '人工' }}</span>
                                            </template>
                                        </el-table-column>
                                        <el-table-column label="工位日历" prop="calendarName" width="120"></el-table-column>
                                        <el-table-column label="操作" fixed="right" align="right" width="160">
                                            <template #default="scope">