@@ -33,7 +33,7 @@ export const ABLE_TYPE = {
};
// 审核结果
export const AUDITING_RESULT = {
- NOT_PASS: '未通过',
+ NO_PASS: '未通过',
PASS: '通过',
// 系统管理 ------->
@@ -81,7 +81,7 @@
</t-col>
<t-col :span="12">
<t-form-item label="当前所在地" name="location">
- <t-input v-model="formData.location" clearable />
+ <select-area v-model="formData.location" :level="2"></select-area>
</t-form-item>
</t-row>