|
@@ -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
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|