| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"> |
| | | <el-form-item label="" prop="phone wx qq twitter isAlways remark" > |
| | | <el-input |
| | | v-model:phone="queryParams.phone" |
| | | placeholder="在“个人记事本”中搜索" |
| | | clearable |
| | | style="width: 240px" |
| | | @keyup.enter.native="handleQuery"> |
| | | <i slot="prefix" class="el-input__icon el-icon-search"></i> |
| | | </el-input> |
| | | <!-- --> |
| | | <!-- <el-input--> |
| | | <!-- v-model:phone="queryParams.phone"--> |
| | | <!-- placeholder=""--> |
| | | <!-- clearable--> |
| | | <!-- style="width: 240px"--> |
| | | <!-- @keyup.enter.native="handleQuery">--> |
| | | <!-- <i slot="prefix" class="el-input__icon el-icon-search"></i>--> |
| | | <!-- </el-input>--> |
| | | <!-- --> |
| | | <el-form-item label="" prop="address title remark people happenTime" > |
| | | <el-input v-model="keyword" placeholder="在“个人记事本”中搜索" clearable |
| | | style="width: 240px" |
| | | @keyup.enter.native="handleQuery"> |
| | | <i slot="prefix" class="el-input__icon el-icon-search"></i></el-input> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="时间" prop="happenTime"> |
| | |
| | | dsb:true, |
| | | btn:false, |
| | | fit:['fill'], |
| | | |
| | | keyword:'', |
| | | formDat: { |
| | | //个人记事本详情 |
| | | id:undefined, |
| | |
| | | people:undefined, |
| | | address:undefined, |
| | | title:undefined, |
| | | |
| | | remark:undefined |
| | | }, |
| | | // searchVal:"", |
| | | |
| | |
| | | // this.formDat[i] = this.contactList[i]; |
| | | // } |
| | | }, |
| | | |
| | | methods: { |
| | | // 取消按钮 |
| | | cancelData() { |