yangys
2025-11-20 fe25b9d9dc98187a0b885631bc39dfd5daa15163
工位改为默认查询所有状态
已修改3个文件
7 ■■■■ 文件已修改
public/img/20240414142903.png 补丁 | 查看 | 原始文档 | blame | 历史
public/img/initiallong.b9495273.png 补丁 | 查看 | 原始文档 | blame | 历史
src/views/console/workstation/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/img/20240414142903.png

public/img/initiallong.b9495273.png

src/views/console/workstation/index.vue
@@ -53,6 +53,11 @@
                                                <span>{{ scope.row.type == '0' ? '机器' : '人工' }}</span>
                                            </template>
                                        </el-table-column>
                                        <el-table-column label="状态" prop="status" width="70">
                                            <template #default="scope">
                                                <span>{{ scope.row.status == 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">
@@ -380,7 +385,7 @@
            params: {},
            keyWord: '',
            type: '',
            statu: 1,
            statu: undefined,
            types: [
                {
                    label: '机器',