Sfoglia il codice sorgente

账户管理-业务类型字典更换

Xiao_123 10 mesi fa
parent
commit
3967ff7f2a

+ 2 - 1
src/utils/dict.ts

@@ -229,5 +229,6 @@ export enum DICT_TYPE {
   MENDUNER_POINT_RULE_CONFIG_STATUS = 'menduner_point_rule_config_status', // 积分规则配置状态
   MENDUNER_METRIC_VALUE_TYPE = 'menduner_metric_value_type', //  事件指标值类型
   MENDUNER_METRIC_TYPE = 'menduner_metric_type', //  事件指标类型
-  MENDUNER_POINT_BIZ_TYPE = 'menduner_point_biz_type' //  积分记录-业务类型
+  MENDUNER_POINT_BIZ_TYPE = 'menduner_point_biz_type', //  积分记录-业务类型
+  MENDUNER_BALANCE_BIZ_TYPE = 'menduner_balance_biz_type', // 余额记录-业务类型
 }

+ 2 - 2
src/views/menduner/system/account/enterprise/detail/UserBalanceList.vue

@@ -16,7 +16,7 @@
           class="!w-240px"
         >
           <el-option
-            v-for="dict in getIntDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE)"
             :key="dict.value"
             :label="dict.label"
             :value="dict.value"
@@ -80,7 +80,7 @@
       <el-table-column label="业务编码" align="center" prop="bizId" />
       <el-table-column label="业务类型" align="center" prop="bizType">
         <template #default="scope">
-          <dict-tag :type="DICT_TYPE.MEMBER_POINT_BIZ_TYPE" :value="scope.row.bizType" />
+          <dict-tag :type="DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE" :value="scope.row.bizType" />
         </template>
       </el-table-column>
     </el-table>

+ 2 - 2
src/views/menduner/system/account/enterprise/detail/UserPointList.vue

@@ -16,7 +16,7 @@
           class="!w-240px"
         >
           <el-option
-            v-for="dict in getIntDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE)"
             :key="dict.value"
             :label="dict.label"
             :value="dict.value"
@@ -80,7 +80,7 @@
       <el-table-column label="业务编码" align="center" prop="bizId" />
       <el-table-column label="业务类型" align="center" prop="bizType">
         <template #default="scope">
-          <dict-tag :type="DICT_TYPE.MEMBER_POINT_BIZ_TYPE" :value="scope.row.bizType" />
+          <dict-tag :type="DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE" :value="scope.row.bizType" />
         </template>
       </el-table-column>
     </el-table>

+ 2 - 2
src/views/menduner/system/account/user/detail/UserBalanceList.vue

@@ -16,7 +16,7 @@
           class="!w-240px"
         >
           <el-option
-            v-for="dict in getIntDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE)"
             :key="dict.value"
             :label="dict.label"
             :value="dict.value"
@@ -80,7 +80,7 @@
       <el-table-column label="业务编码" align="center" prop="bizId" />
       <el-table-column label="业务类型" align="center" prop="bizType">
         <template #default="scope">
-          <dict-tag :type="DICT_TYPE.MEMBER_POINT_BIZ_TYPE" :value="scope.row.bizType" />
+          <dict-tag :type="DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE" :value="scope.row.bizType" />
         </template>
       </el-table-column>
     </el-table>

+ 2 - 2
src/views/menduner/system/account/user/detail/UserPointList.vue

@@ -16,7 +16,7 @@
           class="!w-240px"
         >
           <el-option
-            v-for="dict in getIntDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE)"
+            v-for="dict in getIntDictOptions(DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE)"
             :key="dict.value"
             :label="dict.label"
             :value="dict.value"
@@ -80,7 +80,7 @@
       <el-table-column label="业务编码" align="center" prop="bizId" />
       <el-table-column label="业务类型" align="center" prop="bizType">
         <template #default="scope">
-          <dict-tag :type="DICT_TYPE.MEMBER_POINT_BIZ_TYPE" :value="scope.row.bizType" />
+          <dict-tag :type="DICT_TYPE.MENDUNER_BALANCE_BIZ_TYPE" :value="scope.row.bizType" />
         </template>
       </el-table-column>
     </el-table>