走访慰问、居民档案
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user