lkk
2025-01-10 5ee7612f2c259167e0311724abbf6268357c15fc
搜索
2个文件已修改
5 ■■■■■ 已修改文件
src/views/hosp/rules/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/package/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/rules/index.vue
@@ -1111,7 +1111,8 @@
    // 筛选节点
    filterNode(value, data) {
      if (!value) return true;
      return data.label.indexOf(value) !== -1;
      // return data.label.indexOf(value) !== -1;
      return data.label && typeof data.label === "string" && data.label.indexOf(value) !== -1;
    },
    // 取消按钮
    cancel() {
src/views/system/package/index.vue
@@ -1217,7 +1217,7 @@
      }, new Big(0)).toNumber();
      this.youhui =
        (Math.floor((this.form.xianprice / this.pics) * 100) / 100) * 10;
      console.log(this.youhui, 1212);
      // console.log(this.youhui, 1212);
    },
    calculateDiscount(row) {
      if (row.limits > 10) {