Browse Source

待认证添加身份证号

master
曲树通 6 years ago
parent
commit
c147e5f987
  1. 15
      src/views/modules/user/user-add-or-update.vue
  2. 4
      src/views/modules/user/wait-authentication.vue

15
src/views/modules/user/user-add-or-update.vue

@ -18,8 +18,7 @@
<span>{{dataForm.mobile}}</span>
</el-form-item>
<el-form-item label="身份证号"
prop="identityNo"
v-if="false">
prop="identityNo">
<span>{{dataForm.identityNo}}</span>
</el-form-item>
<el-form-item label="认证历史"
@ -27,7 +26,9 @@
v-if="true">
<span>累计提交认证{{dataForm.totalSubmitNum}}&nbsp;&nbsp;&nbsp;通过{{dataForm.totalPassSubmitNum}},&nbsp;不通过{{dataForm.totalFailNum}}</span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<el-button type="text" size="small" @click="userAuthenticateHistoryListHandle(dataForm.id)">查看详情</el-button>
<el-button type="text"
size="small"
@click="userAuthenticateHistoryListHandle(dataForm.id)">查看详情</el-button>
</el-form-item>
<el-form-item label="居住网格"
prop="allDeptNames">
@ -93,9 +94,10 @@
</el-table-column> -->
<el-table-column prop="allDeptNames"
label="街道-社区-网格">
</el-table-column>
</el-table-column>
<el-table-column prop="grid"
label="网格名称" v-if="false">
label="网格名称"
v-if="false">
</el-table-column>
<el-table-column prop="leaderFlag"
label="是否为网格长"
@ -117,7 +119,8 @@
<el-button type="primary"
@click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button>
</template>
<authenticate-history v-if="authenticateHistoryVisible" ref="authenticateHistory"></authenticate-history>
<authenticate-history v-if="authenticateHistoryVisible"
ref="authenticateHistory"></authenticate-history>
</el-dialog>
</template>

4
src/views/modules/user/wait-authentication.vue

@ -95,6 +95,10 @@
label="手机号"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="identityNo"
label="身份证号"
header-align="center"
align="center"></el-table-column>
<el-table-column prop="createdTime"
label="注册时间"
header-align="center"

Loading…
Cancel
Save