Browse Source

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin

linwenxin 1 year ago
parent
commit
850b0d6a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/workOrder/workOrderPool/index.vue

+ 1 - 1
src/views/workOrder/workOrderPool/index.vue

@@ -224,7 +224,7 @@ export default {
         this.defaultSearchData = [{ "param": "a.sale_order_id", "compare": "=", "value": this.pageCode, label: "销售订单号" }]
       }
       if (this.pageType == "pgIncreItemId") {
-        this.defaultSearchData = [{ "param": "a.pg_incre_order_id", "compare": "=", "value": this.pageCode, label: "增置服务明细ID" }]
+        this.defaultSearchData = [{ "param": "a.pg_incre_order_id", "compare": "=", "value": this.pageCode, label: "增置服务订单ID" }]
       }
       if (this.pageType == "rpProjectRepairId") {
         this.defaultSearchData = [{ "param": "a.rp_project_repair_id", "compare": "=", "value": this.pageCode, label: "维保配置ID" }]