| | |
| | | <span class="text-[20px] text-[#000] gap-div"></span> |
| | | <!-- 省份选择 --> |
| | | <div> |
| | | <el-cascader v-model="AreaValue" :options="options" @change="handleChange" /> |
| | | <el-cascader v-model="AreaValue" :options="options" @change="handleChange"> |
| | | <template #prefix> |
| | | 123123 |
| | | </template> |
| | | </el-cascader> |
| | | </div> |
| | | <span class="text-[20px] text-[#000] gap-div"></span> |
| | | <div class="flex gap-[22px]"> |
| | |
| | | { |
| | | value: 'minhang', |
| | | label: '闵行区', |
| | | children: [ |
| | | { |
| | | value: 'consistency', |
| | | label: 'Consistency', |
| | | }, |
| | | { |
| | | value: 'feedback', |
| | | label: 'Feedback', |
| | | }, |
| | | { |
| | | value: 'efficiency', |
| | | label: 'Efficiency', |
| | | }, |
| | | { |
| | | value: 'controllability', |
| | | label: 'Controllability', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | value: 'pudongxinqu', |
| | | label: '浦东新区', |
| | | children: [ |
| | | { |
| | | value: 'side nav', |
| | | label: 'Side Navigation', |
| | | }, |
| | | { |
| | | value: 'top nav', |
| | | label: 'Top Navigation', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | value: 'huanpuqu', |
| | | label: '黄浦区', |
| | | children: [ |
| | | { |
| | | value: 'side nav', |
| | | label: 'Side Navigation', |
| | | }, |
| | | { |
| | | value: 'top nav', |
| | | label: 'Top Navigation', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | value: 'hongkouqu', |
| | | label: '虹口区', |
| | | children: [ |
| | | { |
| | | value: 'side nav', |
| | | label: 'Side Navigation', |
| | | }, |
| | | { |
| | | value: 'top nav', |
| | | label: 'Top Navigation', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | value: 'fengxian', |
| | | label: '奉贤区', |
| | | children: [ |
| | | { |
| | | value: 'side nav', |
| | | label: 'Side Navigation', |
| | | }, |
| | | { |
| | | value: 'top nav', |
| | | label: 'Top Navigation', |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | value: 'jingan', |
| | | label: '静安区', |
| | | children: [ |
| | | { |
| | | value: 'side nav', |
| | | label: 'Side Navigation', |
| | | }, |
| | | { |
| | | value: 'top nav', |
| | | label: 'Top Navigation', |
| | | }, |
| | | ], |
| | | }, |
| | | ], |
| | | }, |