Authored by 毕凯

无用代码删除

1 <template> 1 <template>
2 <div> 2 <div>
3 - <div class="filter">  
4 - <Input v-model="value" placeholder="日志集" style="width: 300px"></Input>  
5 - <Input v-model="value" placeholder="日志主题" style="width: 300px"></Input>  
6 - <Input v-model="value" placeholder="检索关键词多个以空格分隔" style="width: 300px"></Input>  
7 - <Select v-model="model1" style="width:200px">  
8 - <Option v-for="item in cityList" :value="item.value" :key="item.value">{{ item.label }}</Option>  
9 - </Select>  
10 - </div>  
11 <Table highlight-row ref="currentRowTable" :columns="columns" :data="logs"></Table> 3 <Table highlight-row ref="currentRowTable" :columns="columns" :data="logs"></Table>
12 </div> 4 </div>
13 </template> 5 </template>