Commit 107ab6e7 by duanaijun

增加会员类型

parent b1abc244
...@@ -24,6 +24,7 @@ export const customerTypesOptions = [ ...@@ -24,6 +24,7 @@ export const customerTypesOptions = [
{ label: '社区领导', value: '5' }, { label: '社区领导', value: '5' },
{ label: '学校领导', value: '6' }, { label: '学校领导', value: '6' },
{ label: '单位领导', value: '7' }, { label: '单位领导', value: '7' },
{ label: '培训人员', value: '8'}
]; ];
export const customerSexOptions = [ export const customerSexOptions = [
......
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