From 1d27ad0873591efbed9873fa120768a070c58ac9 Mon Sep 17 00:00:00 2001 From: ds Date: Mon, 28 Oct 2024 18:02:31 +0800 Subject: [PATCH] 10.28 --- fuintAdmin_zt/src/views/Site/add.vue | 14 +++++----- .../src/views/components/Service/payment.vue | 28 +++++++++---------- .../src/views/components/Service/way.vue | 3 +- .../dai_yunyingfenxi/list.vue | 10 +++---- .../jiaoyiduizhang/list.vue | 6 ++-- .../financialStatement/yunyingfenxi/list.vue | 2 +- .../yunyingfenxi/tab/int.vue | 22 +++++++-------- .../yunyingfenxi/tab/vip.vue | 2 +- fuintAdmin_zt/src/views/setting/app/index.vue | 2 +- .../src/views/setting/banner/index.vue | 6 ++-- fuintAdmin_zt/src/views/setting/message.vue | 10 +++---- fuintAdmin_zt/src/views/setting/pay/index.vue | 20 ++++++------- .../views/cashier/NewComponents/Integral.vue | 3 +- .../views/cashier/NewComponents/newHome.vue | 3 +- 14 files changed, 67 insertions(+), 64 deletions(-) diff --git a/fuintAdmin_zt/src/views/Site/add.vue b/fuintAdmin_zt/src/views/Site/add.vue index 5357a411c..6695817b2 100644 --- a/fuintAdmin_zt/src/views/Site/add.vue +++ b/fuintAdmin_zt/src/views/Site/add.vue @@ -60,13 +60,13 @@ export default { if (this.isCashier) { show = true } - let data = { - id: 0, - label: '收银台', - childrens: [], - list: [{id: 0,show: show, name: '选中菜单'},] - } - this.tableData.push(data); + // let data = { + // id: 0, + // label: '收银台', + // childrens: [], + // list: [{id: 0,show: show, name: '选中菜单'},] + // } + // this.tableData.push(data); this.tableData.push(...response.data); }); }, diff --git a/fuintAdmin_zt/src/views/components/Service/payment.vue b/fuintAdmin_zt/src/views/components/Service/payment.vue index ab32a4ebb..32e950917 100644 --- a/fuintAdmin_zt/src/views/components/Service/payment.vue +++ b/fuintAdmin_zt/src/views/components/Service/payment.vue @@ -259,12 +259,12 @@ - - +
- - + - + + style="width: 350px" disabled> - + - + @@ -307,8 +307,8 @@
- - + - + + style="width: 350px" disabled> - - + + diff --git a/fuintAdmin_zt/src/views/components/Service/way.vue b/fuintAdmin_zt/src/views/components/Service/way.vue index 01b47126d..a07b58702 100644 --- a/fuintAdmin_zt/src/views/components/Service/way.vue +++ b/fuintAdmin_zt/src/views/components/Service/way.vue @@ -99,7 +99,8 @@ export default { active-value="qy" inactive-value="jy" active-color="#13ce66" - inactive-color="#ff4949"> + inactive-color="#ff4949" + disabled>
diff --git a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue index 5745f9639..06cfbaa0a 100644 --- a/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue +++ b/fuintAdmin_zt/src/views/financialStatement/dai_yunyingfenxi/list.vue @@ -1,7 +1,7 @@