yangys
2025-11-20 fe25b9d9dc98187a0b885631bc39dfd5daa15163
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: '机器',