Commit 5ea96a7b authored by zhengke's avatar zhengke

季节不限

parent c7556497
......@@ -116,6 +116,11 @@
<p class="q-mt-md"><span class="Required q-mr-md">*</span>选择季节:</p>
<div class="row wrap q-mt-md">
<el-select v-model="queryObj.SeasonName" class="m-2" placeholder="请选择季节">
<el-option
key="不限"
label="不限"
value="不限"
/>
<el-option
v-for="item in dispositionObj.SeasonList"
:key="item.SeasonValue"
......
......@@ -104,7 +104,7 @@ const datas = reactive({
TempData: null,//模板数据 是 [json]
CoverImg: '',//封面图 是 [string]
CountryName: null,//国家 是 [string]
SeasonName: '',//季节 是 [string]
SeasonName: '不限',//季节 是 [string]
ColorName: '',//颜色名称 是 [string]
ColorStr: null,//颜色值 是 [string]
TempType: 1,// 版面类型(1-横版,2-竖版)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment