src/views/hosp/rules/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/package/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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) {