Commit 84b21636 authored by 任国军's avatar 任国军

change options title

parent a768ff29
Pipeline #23225 passed with stage
in 12 seconds
...@@ -17,11 +17,11 @@ const MODE = [ ...@@ -17,11 +17,11 @@ const MODE = [
value: 1, value: 1,
}, { }, {
id: 2, id: 2,
name: '录播(真人)', name: '录播(动画)',
value: 2, value: 2,
}, { }, {
id: 3, id: 3,
name: '录播(动画)', name: '录播(真人)',
value: 3, value: 3,
}, { }, {
id: 4, id: 4,
...@@ -83,9 +83,9 @@ class OptionService extends Service { ...@@ -83,9 +83,9 @@ class OptionService extends Service {
// frequencyList.push({ id: 0, name: '全部', value: 0 }); // frequencyList.push({ id: 0, name: '全部', value: 0 });
const options = [ const options = [
{ title: '所在级', value: ageList, alias: 'age' }, { title: '所在级', value: ageList, alias: 'age' },
{ title: '科目类型', value: categoryList, alias: 'category' }, { title: '科目类型', value: categoryList, alias: 'category' },
{ title: '课程状态', value: MODE, alias: 'mode' }, { title: '授课形式', value: MODE, alias: 'mode' },
{ title: '课程类型', value: PRICE_TYPE, alias: 'price_type' }, { title: '课程类型', value: PRICE_TYPE, alias: 'price_type' },
]; ];
......
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