|
@@ -15,7 +15,7 @@ import { getTreeList } from "@/api/staff/price.js";
|
|
|
|
|
|
import DialogForm from '@/views/components/DialogForm/index.vue';
|
|
|
const { proxy } = getCurrentInstance();
|
|
|
-const { jlzj_order_refund } = proxy.useDict("jlzj_order_refund");
|
|
|
+const { jlzj_order_refund,lrr_service_status } = proxy.useDict("jlzj_order_refund","lrr_service_status");
|
|
|
|
|
|
const options = ref([]);
|
|
|
const userTableRef = ref();
|
|
@@ -56,6 +56,13 @@ const listPageData = reactive({
|
|
|
label: '已完成次数',
|
|
|
prop: 'finishTimes',
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '订单状态',
|
|
|
+ prop: 'orderStatus',
|
|
|
+ type: 'dict',
|
|
|
+ dict: lrr_service_status,
|
|
|
+ isSearch: true,
|
|
|
+ },
|
|
|
{
|
|
|
label: '退单状态',
|
|
|
prop: 'orderRefundStatus',
|