|
@@ -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: '订单单价',
|