Commit a1db2ffa authored by 任鸿志's avatar 任鸿志

refactor(jiesuan): 修改 yibaoshowNew 默认值为 false

修改了 outpatientCharging.vue 文件中 yibaoshowNew 的默认值,将其从 true 改为 false。
parent 202cc832
...@@ -727,7 +727,7 @@ export default { ...@@ -727,7 +727,7 @@ export default {
typelistno: '', typelistno: '',
freedetal: [], freedetal: [],
yibaoshow: false, yibaoshow: false,
yibaoshowNew: true, yibaoshowNew: false,
cardlist: false, cardlist: false,
fee: { fee: {
weixin: '', weixin: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment