zhangwei
2024-08-20 ef1114c22614762e54e49bc7c600d2a2cd460791
src/pages/order/order.vue
@@ -20,18 +20,8 @@
   })
   const current4 = ref(0);
   const list = ref(['全部', '进行中', '已完成', '已取消']);
   const list2 = ref(['全部', '正在招', '审核中', '未通过','已招满']);
   // 创建响应式数据
   const list1 = reactive([{
         name: '日结工订单'
      },
      {
         name: '长期工订单'
      },
   ]);
   const change = (e) => {
      state.currentIdex = e.index
   }
   const sectionChange=(index)=> {
      current4.value = index;
   }