Commit 348a2561 authored by 方建宇's avatar 方建宇

修改banner类型查询错误

parent ca074f30
...@@ -3,8 +3,8 @@ export { typeField, enableOrDisable, yesOrNo, isExam } ...@@ -3,8 +3,8 @@ export { typeField, enableOrDisable, yesOrNo, isExam }
/** banner管理*/ /** banner管理*/
/** 分类*/ /** 分类*/
const typeField = [ const typeField = [
{ value: '1', label: '首页' }, { value: '0', label: '首页' },
{ value: '0', label: '活动' } { value: '1', label: '活动' }
] ]
/** 启用、停用*/ /** 启用、停用*/
const enableOrDisable = [ const enableOrDisable = [
......
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