25990
This commit is contained in:
		| @@ -11,7 +11,7 @@ | ||||
|           <el-input | ||||
|             v-model="search.title" | ||||
|             size="small" | ||||
|             placeholder="请输入名称" | ||||
|             placeholder="请输入标题/联系电话" | ||||
|             clearable | ||||
|             @keyup.enter.native="search.current = 1, getList()" | ||||
|             @clear="search.current = 1, search.title = '', getList()" | ||||
| @@ -31,7 +31,7 @@ | ||||
|         @getList="getList"> | ||||
|         <el-table-column slot="options" width="120px" fixed="right" label="操作" align="center"> | ||||
|           <template slot-scope="{ row }"> | ||||
|             <div class="table-options" style="padding-right: 30px;"> | ||||
|             <div class="table-options"> | ||||
|               <el-button type="text" @click="remove(row.id)">删除</el-button> | ||||
|             </div> | ||||
|           </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user