浏览代码

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

linwenxin 1 年之前
父节点
当前提交
850b0d6a6a
共有 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" }]