<template slot="header" slot-scope="color"> <div class="flex"> <el-input class="mr10" clearable v-model="input" size="mini" placeholder="输入城市名称"></el-input> <el-button size="mini" type="primary" @click="search">搜索</el-button> </div> </template> 最后编辑于 :2021.05.19...