| | |
| | | <template> |
| | | <div class="centre"> |
| | | <!-- 今日通知 --> |
| | | <div style="display: flex; justify-content: center; align-items: center;"> |
| | | <!-- <div style="display: flex; justify-content: center; align-items: center;"> |
| | | <h4>今日通知</h4> |
| | | </div> |
| | | </div> --> |
| | | <div class="notice-area"> |
| | | <el-carousel :interval="2000" direction="vertical" :autoplay="true" :loop="true" height="120px" |
| | | v-if="groupedNoticeList.length > 0" class="carousel"> |
| | |
| | | }, |
| | | trigger: 'blur', |
| | | }, |
| | | <<<<<<< HEAD |
| | | ]"> |
| | | <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="handleQuery"> |
| | | 证件号码 |
| | |
| | | <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="请输入身份证号" |
| | | @input="handleIdCardInput" /> |
| | | <!-- <i style=" |
| | | ======= |
| | | trigger: 'blur', |
| | | }, |
| | | ]"> |
| | | <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="handleQuery"> |
| | | 证件号码 |
| | | </span> |
| | | <el-input :disabled="isDisabled" v-model="form.cusIdcard" placeholder="请输入身份证号" |
| | | @input="handleIdCardInput" maxlength="18"/> |
| | | <!-- <i style=" |
| | | >>>>>>> 0c23ed71897641b9ee66d81082cbc999e0c5f0ae |
| | | font-size: 1rem; |
| | | position: absolute; |
| | | right: -20px; |
| | |
| | | placeholder="请输入身份证号" |
| | | @input="handleIdCardInput" |
| | | style="width: 190px" |
| | | maxlength="18" |
| | | /> |
| | | <!-- <i |
| | | style="font-size: 17px; margin-left: 3px" |