Commit 8e69f185 authored by zhengyi's avatar zhengyi

补充优惠活动查询状态

parent fc6f13f9
......@@ -26,7 +26,9 @@
size="small">
<el-option :label="$t('草稿')" value="0" />
<el-option :label="$t('已发布')" value="1" />
<el-option :label="$t('已过期')" value="2" />
<el-option :label="$t('未投放')" value="2" />
<el-option :label="$t('已投放')" value="3" />
<el-option :label="$t('已过期')" value="4" />
</el-select>
</el-form-item>
<el-form-item :label="$t('关键字')" prop="searchKey">
......
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