Преглед на файлове

综合设置增加消费券抹零设置

xiongxing преди 2 седмици
родител
ревизия
ef0302f3f9
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      src/views/elderly/fee/comprehensive-setting/index.vue

+ 13 - 0
src/views/elderly/fee/comprehensive-setting/index.vue

@@ -369,6 +369,19 @@ const list = ref([
         rule: true,
         title: '财务模块配置'
       },
+      {
+        configName: '消费券抹零设置',
+        desc: '在账单缴费时消费券抹零金额',
+        type: 'input',
+        placeholder: '请输入',
+        value: '',
+        id: '',
+        label: '请输入抹零金额',
+        prop: 'consumer_amount',
+        tgType: true,
+        rule: true,
+        title: '财务模块配置'
+      },
     ]
   },
   {