Browse Source

Rename dict

wfansh 1 month ago
parent
commit
94d398aa73

+ 1 - 1
src/views/adweb/subscribePlan/SubscribePlanList.vue

@@ -7,7 +7,7 @@
           <a-col :lg="6">
             <a-form-item name="marketType">
               <template #label><span title="套餐类型">套餐类型</span></template>
-              <j-dict-select-tag v-model:value="queryParam.marketType" dictCode="dict_market_type" placeholder="请选择套餐类型" allow-clear />
+              <j-dict-select-tag v-model:value="queryParam.marketType" dictCode="dict_plan_type" placeholder="请选择套餐类型" allow-clear />
             </a-form-item>
           </a-col>
           <a-col :lg="6">

+ 1 - 1
src/views/adweb/subscribePlan/components/SubscribePlanForm.vue

@@ -6,7 +6,7 @@
           <a-row>
             <a-col :span="24">
               <a-form-item label="套餐类型" v-bind="validateInfos.marketType">
-                <j-dict-select-tag v-model:value="formData.marketType" dictCode="dict_market_type" placeholder="请选择套餐类型" allow-clear />
+                <j-dict-select-tag v-model:value="formData.marketType" dictCode="dict_plan_type" placeholder="请选择套餐类型" allow-clear />
               </a-form-item>
             </a-col>
             <a-col :span="24">