From 582e30f80d9064168ca85e29b2a554524af58364 Mon Sep 17 00:00:00 2001
From: liuliufashi <lx19140000803@163.com>
Date: Fri, 22 Jul 2022 18:10:52 +0800
Subject: [PATCH] update

---
 web-vue-admin/src/views/pay-list/components/createpay/index.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/web-vue-admin/src/views/pay-list/components/createpay/index.vue b/web-vue-admin/src/views/pay-list/components/createpay/index.vue
index 8ce9763..d435961 100644
--- a/web-vue-admin/src/views/pay-list/components/createpay/index.vue
+++ b/web-vue-admin/src/views/pay-list/components/createpay/index.vue
@@ -25,13 +25,13 @@
                     <div style="display: flex;height: 40px;">
                         <a-radio value="0" style="width:150px;">商品默认金额</a-radio>
                         <a-input-number style="width:200px;height: 35px;" v-model:value="price"  :formatter="value => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')"
-      :parser="value => value.replace(/\$\s?|(,*)/g, '')"  :disabled="true" />
+                          :parser="value => value.replace(/\$\s?|(,*)/g, '')"  :disabled="true" />
                         <div style="width:50px;">元</div>
                     </div>
                     <div style="display: flex;height: 40px;margin-top: 20px;">
                         <a-radio value="1" style="width:150px;">自定义金额</a-radio>
                         <a-input-number style="width:200px;height: 35px;" v-model:value="priceSet"  :formatter="value => `${value}`.replace(/\B(?=(\d{3})+(?!\d))/g, ',')"
-      :parser="value => value.replace(/\$\s?|(,*)/g, '')"/>
+                          :parser="value => value.replace(/\$\s?|(,*)/g, '')"/>
                         <div style="width:50px;">元</div>
                     </div>
                 </a-radio-group>
@@ -117,7 +117,7 @@ interface FormState {
     remark:string,
 }
 const visible = ref<boolean>(false);
-const list = ref([])
+const list = ref<any>([])
 const optionss = ref<any>([])
 let goodspayditch = ref([{}])
 const props = defineProps();
--
libgit2 0.27.0