yangfeng
2023-08-21 46ed69e3b72658140a40127f4bae16bef9a02d56
src/views/service/serviceFeeManage/index.vue
@@ -92,8 +92,8 @@
          { label: "客户编号", prop: "client_id" }, // 客户编号
          { label: "客户状态", prop: "client_status_id" }, // 客户状态
          { label: "产品名称", prop: "productName" }, // 产品名称
          // { label: "服务开始日期", prop: "startDate", isTime: true, width: 150 }, // 服务开始日期
          { label: "服务到期日", prop: "latest_date", isTime: true, width: 160 } // 服务到期日
          // { label: "服务开始日期", prop: "startDate", width: 150 }, // 服务开始日期
          { label: "服务到期日", prop: "latest_date", width: 160 } // 服务到期日
        ]
      }
      this.searchOptions = []