走访慰问、居民档案

This commit is contained in:
yanran200730
2022-03-11 11:18:57 +08:00
parent 610631133a
commit 0c484a0092
4 changed files with 305 additions and 1 deletions

View File

@@ -516,6 +516,20 @@
</el-table>
</div>
</ai-card>
<ai-card v-for="(item, index) in baseInfo.tsrqInfos" :key="index" :title="item.applicationName">
<ai-wrapper
slot="content"
label-width="120px">
<ai-info-item
v-for="(filed, i) in item.tableInfos"
:label="filed.fieldName"
:key="i"
:isLine="filed.grid === '1'">
<ai-file-list :fileList="formData[item.fieldDbName]" v-if="item.type == 'upload'" :fileOps="{name: 'name', size: 'fileSizeStr'}"></ai-file-list>
<div v-else>{{ filed.fieldValue || '-' }}</div>
</ai-info-item>
</ai-wrapper>
</ai-card>
</el-form>
</template>
<template v-if="!showDetail" #footer>
@@ -694,7 +708,8 @@ export default {
phone: "",
photo: "",
politicsStatus: "",
sex: ""
sex: "",
tsrqInfos: []
},
family: [],
familyDialog: false,