lijj 2 лет назад
Родитель
Сommit
3706033889
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      admin_ui/src/option/ycwh/professionalStyle.js

+ 4 - 4
admin_ui/src/option/ycwh/professionalStyle.js

@@ -1,4 +1,4 @@
-import { informationTypeOptions } from "@/views/ycwh/common/constants.js";
+import { professionalStyleOptions } from "@/views/ycwh/common/constants.js";
 export default {
 export default {
   height: 'auto',
   height: 'auto',
   calcHeight: 30,
   calcHeight: 30,
@@ -87,10 +87,10 @@ export default {
       hide: true,
       hide: true,
     },
     },
     {
     {
-      label: "资讯类型",
-      prop: "informationType",
+      label: "风采类型",
+      prop: "styleType",
       type: "select",
       type: "select",
-      dicData: informationTypeOptions,
+      dicData: professionalStyleOptions,
       search: true
       search: true
     },
     },
     {
     {