[fix]新增组织state选项添加其他

master
hellolujian 6 years ago
parent c7db75ebff
commit ca0d44e9f3

@ -9,7 +9,7 @@ define(['../app'], function (app) {
{"label": "TAS", "value": "TAS"}, {"label": "TAS", "value": "TAS"},
{"label": "VIC","value": "VIC"}, {"label": "VIC","value": "VIC"},
{"label": "WA", "value": "WA"}, {"label": "WA", "value": "WA"},
{"label": "其他(Others)", "value": "其他(Others)"} {"label": "其他(Other)", "value": "其他(Other)"}
]; ];
app.factory('stateMap', function () { app.factory('stateMap', function () {
return { return {

Loading…
Cancel
Save