积分规则 积分维护

This commit is contained in:
shijingjing
2022-06-29 16:05:30 +08:00
parent fdf441c8e8
commit ef6855c3a6
10 changed files with 1048 additions and 527 deletions

View File

@@ -34,19 +34,19 @@
@getList="getTableData" :col-configs="colConfigs" :dict="dict">
<el-table-column slot="options" label="操作" fixed="right" align="center">
<template slot-scope="{row}">
<el-button type="text" @click="getFamilyByPartyId(row.idNumber)">家庭成员</el-button>
<!-- <el-button type="text" @click="getFamilyByPartyId(row.idNumber)">家庭成员</el-button> -->
<el-button type="text" @click="showDetail(row.id)">详情</el-button>
</template>
</el-table-column>
</ai-table>
</template>
</ai-list>
<ai-dialog :visible.sync="dialog" title="家庭成员" :customFooter="true" width="780px" @close="familyList=[]">
<!-- <ai-dialog :visible.sync="dialog" title="家庭成员" :customFooter="true" width="780px" @close="familyList=[]">
<ai-table :tableData="familyList" :isShowPagination="false" :col-configs="familyCols" :dict="dict"/>
<div class="dialog-footer" slot="footer">
<el-button @click="dialog=false"> </el-button>
</div>
</ai-dialog>
</ai-dialog> -->
</section>
</template>
@@ -67,9 +67,6 @@ export default {
{label: "党员姓名", prop: "name", align: "center"},
{label: "党员类型", prop: "name", align: "center"},
{label: "获得积分", prop: "name", align: "center"},
// {label: "个人积分", prop: "integral", align: "center"},
// {label: "家庭积分", prop: "familySurplusIntegral", align: "center"},
// {label: "学习强国", prop: "learningIntegral", align: "center"},
{slot: "options"}
]
},