山东移动新增需求
This commit is contained in:
		| @@ -91,28 +91,28 @@ | ||||
|         </ai-card> | ||||
|         <ai-card title="参会名单"> | ||||
|           <template slot="content"> | ||||
|             <ai-search-bar> | ||||
|             <ai-search-bar bottomBorder> | ||||
|               <template #left> | ||||
|                 <el-select v-model="search.joinStatus" placeholder="确认状态" size="small" clearable class="vc-input-160" | ||||
|                            @change="searchMeetinguser"> | ||||
|                 <el-select v-model="search.joinStatus" placeholder="确认状态" size="small" clearable class="vc-input-160" @change="searchMeetinguser"> | ||||
|                   <el-option | ||||
|                       v-for="(item,k) in confirmStatus" | ||||
|                       :key="k" | ||||
|                       :label="item.label" | ||||
|                       :value="k"> | ||||
|                     v-for="(item,k) in confirmStatus" | ||||
|                     :key="k" | ||||
|                     :label="item.label" | ||||
|                     :value="k"> | ||||
|                   </el-option> | ||||
|                 </el-select> | ||||
|               </template> | ||||
|               <!--              <template #right>--> | ||||
|               <!--                <el-input v-model="search.param" placeholder="姓名/手机号" @change="searchMeetinguser()"--> | ||||
|               <!--                          size="small" suffix-icon="iconfont iconSearch" clearable/>--> | ||||
|               <!--              </template>--> | ||||
|               <template #right> | ||||
|                 <ai-download :instance="instance" url="/app/appepidemicbackhomerecord/export" fileName="参会名单"> | ||||
|                   <el-button icon="iconfont iconExported">导出</el-button> | ||||
|                 </ai-download> | ||||
|               </template> | ||||
|             </ai-search-bar> | ||||
|             <ai-table | ||||
|                 :tableData="info.attendees" | ||||
|                 :colConfigs="colConfigs" | ||||
|                 :isShowPagination="false" | ||||
|             > | ||||
|               :tableData="info.attendees" | ||||
|               :colConfigs="colConfigs" | ||||
|               style="margin-top: 12px;" | ||||
|               :isShowPagination="false"> | ||||
|               <el-table-column slot="meetingUserName" | ||||
|                                label="姓名" | ||||
|                                align="center" | ||||
| @@ -195,17 +195,13 @@ export default { | ||||
|         { | ||||
|           slot: 'meetingUserName' | ||||
|         }, | ||||
|         // { | ||||
|         //   prop: 'meetingUserPhone', | ||||
|         //   align: 'center', | ||||
|         //   label: '手机号码', | ||||
|         // }, | ||||
|         { | ||||
|           slot: 'meetingUnitName' | ||||
|         }, | ||||
|         { | ||||
|           slot: 'joinStatus', | ||||
|         }, | ||||
|         { prop: 'checkTime', align: 'center', label: '签到' }, | ||||
|         { | ||||
|           slot: 'option', | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user