ruoyi-ui/src/views/genealogy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/genealogy/index.vue
@@ -153,7 +153,8 @@ <el-table-column label="身份" prop="identity" sortable width="100" > <template slot-scope="scope"> <span>第{{scope.row.identity}}代</span> <span v-if="scope.row.isMyFamily==1">第{{scope.row.identity}}代</span> <span v-else>——</span> </template> <!-- <template slot-scope="scope">{{ getSrc(scope.row.identity) }}</template>--> </el-table-column> @@ -344,6 +345,7 @@ secondFamilyId:undefined, childList:undefined, identity:undefined, isMyFamily:undefined, url: undefined, },