瀏覽代碼

no message

linwenxin 1 年之前
父節點
當前提交
d5cf5aacb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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" }]