qx
qx
3 天以前 b767cea8ee6bf2e782c7727ad9ccfd1d69b4f8cb
qx
3个文件已修改
17 ■■■■ 已修改文件
src/views/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijian/index.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/tijianall/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -1,9 +1,9 @@
<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">
src/views/system/tijian/index.vue
@@ -146,6 +146,7 @@
                  },
                  trigger: 'blur',
                },
<<<<<<< HEAD
              ]">
                <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="handleQuery">
                  证件号码
@@ -153,6 +154,17 @@
                <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;
src/views/system/tijianall/index.vue
@@ -232,6 +232,7 @@
                placeholder="请输入身份证号"
                @input="handleIdCardInput"
                style="width: 190px"
                maxlength="18"
              />
              <!-- <i
                style="font-size: 17px; margin-left: 3px"