浏览代码

feat: lrr_service_status

chenjj 4 月之前
父节点
当前提交
91622c1856
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/order/manage/index.vue

+ 2 - 2
src/views/order/manage/index.vue

@@ -15,7 +15,7 @@ import { getTreeList } from "@/api/staff/price.js";
 
 import DialogForm from '@/views/components/DialogForm/index.vue';
 const { proxy } = getCurrentInstance();
-const { volunteer_app_status } = proxy.useDict("volunteer_app_status");
+const { lrr_service_status } = proxy.useDict("lrr_service_status");
 
 const options = ref([]);
 const userTableRef = ref();
@@ -71,7 +71,7 @@ const listPageData = reactive({
             label: '订单状态',
             prop: 'orderStatus',
             type: 'dict',
-            dict: volunteer_app_status
+            dict: lrr_service_status
         },
         {
             label: '订单单价',