const user = {
|
state: {
|
regular: [
|
{ value: "1", label: "优" },
|
{ value: "2", label: "美" },
|
{ value: "3", label: "善" },
|
{ value: "4", label: "美好" },
|
{ value: "5", label: "幸福" },
|
{ value: "6", label: "甜美" },
|
{ value: "7", label: "可爱" },
|
{ value: "8", label: "美满" },
|
{ value: "9", label: "美丽" },
|
{ value: "10", label: "快乐" },
|
{ value: "11", label: "幸福美满" },
|
{ value: "12", label: "美好幸福" },
|
{ value: "13", label: "美满幸福" },
|
{ value: "14", label: "美丽幸福" },
|
{ value: "15", label: "美好快乐" },
|
{ value: "16", label: "幸福快乐" },
|
{ value: "17", label: "美满快乐" },
|
{ value: "18", label: "美丽快乐" },
|
{ value: "19", label: "美好甜美" },
|
{ value: "20", label: "幸福甜美" },
|
{ value: "21", label: "美满甜美" },
|
{ value: "22", label: "美丽甜美" },
|
{ value: "23", label: "善良美好" },
|
{ value: "24", label: "优美幸福" },
|
{ value: "25", label: "善良幸福" },
|
{ value: "26", label: "优美快乐" },
|
{ value: "27", label: "善良快乐" },
|
{ value: "28", label: "优美甜美" },
|
{ value: "29", label: "善良甜美" },
|
{ value: "30", label: "美好可爱" },
|
],
|
noregular: [
|
{ value: "1", label: "否" },
|
{ value: "2", label: "未" },
|
{ value: "3", label: "非" },
|
{ value: "4", label: "无" },
|
{ value: "5", label: "不是" },
|
{ value: "6", label: "不可" },
|
{ value: "7", label: "不行" },
|
{ value: "8", label: "不合" },
|
{ value: "9", label: "不良" },
|
{ value: "10", label: "不善" },
|
{ value: "11", label: "不好" },
|
{ value: "12", label: "不美" },
|
{ value: "13", label: "不幸" },
|
{ value: "14", label: "不甜" },
|
{ value: "15", label: "不可爱" },
|
{ value: "16", label: "不满" },
|
{ value: "17", label: "不快" },
|
{ value: "18", label: "不甜美" },
|
{ value: "19", label: "不善良" },
|
{ value: "20", label: "不优美" },
|
{ value: "21", label: "不美满" },
|
{ value: "22", label: "不幸福" },
|
{ value: "23", label: "不可爱" },
|
{ value: "24", label: "不美好" },
|
{ value: "25", label: "不可取" },
|
{ value: "26", label: "不可信" },
|
{ value: "27", label: "不可行" },
|
{ value: "28", label: "不可靠" },
|
{ value: "29", label: "不可理" },
|
{ value: "30", label: "不可用" },
|
],
|
},
|
mutations: {},
|
actions: {},
|
getters: {},
|
};
|
export default user;
|