Houjie
2025-07-07 0a48655d2162b709ecb80d249a4085971add6140
pages/ToDoList/ToDoList.vue
@@ -50,6 +50,12 @@
               <uni-card margin="10px" spacing="1px" v-for="(item,index) in msgList" :key="index"
                  @click="onClickProductionTask(item)">
                  <view class="flex">
                     <view class="flex-sub text-light bg-white padding-xs margin-xs radius">流程分类:</view>
                     <view class="flex-sub bg-white padding-xs margin-xs   text-bold text-blue  radius text-right">
                        {{item.category_dictText}}
                     </view>
                  </view>
                  <view class="flex">
                     <view class="flex-sub text-light bg-white padding-xs margin-xs radius">流程名称:</view>
                     <view class="flex-sub bg-white padding-xs margin-xs   text-bold  radius text-right">
                        {{item.flowName}}
@@ -58,7 +64,7 @@
                  <view class="flex">
                     <view class="flex-sub text-light bg-white padding-xs margin-xs radius">之前处理人:</view>
                     <view class="flex-sub bg-white padding-xs margin-xs   text-blue   radius text-right">
                     <view class="flex-sub bg-white padding-xs margin-xs     radius text-right">
                        {{item.preNodeAssignee_dictText}}
                     </view>
                  </view>
@@ -216,9 +222,10 @@
                  url = '/pages/ToDoList/ToDoSpareParts/ToDoSpareParts';
                  break;
               case (name === '点检工单' && type === '设备点检'):
                  url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils';
                  url = '/pages/ToDoList/ToDoListDeils/ToDoCheckDetils';
                  break;
               default:
               default:ToDoCheckDetils
                  console.warn(`No URL found for name: ${name} and type: ${type}`);
                  return;
            }