Browse Source

显示积分记录

shibei_master
jiangyy 4 years ago
parent
commit
ee7dcc8b34
  1. 6
      src/views/modules/communityParty/regionalParty/units.vue
  2. 4
      src/views/modules/communityService/shzz/index.vue

6
src/views/modules/communityParty/regionalParty/units.vue

@ -196,14 +196,14 @@
style="color:#1C6AFD;text-decoration: underline;" style="color:#1C6AFD;text-decoration: underline;"
size="small" size="small"
@click="handleDetail(scope.row)">查看</el-button> @click="handleDetail(scope.row)">查看</el-button>
<!-- <el-button type="text" <el-button type="text"
style="color:#1C6AFD;text-decoration: underline;" style="color:#1C6AFD;text-decoration: underline;"
size="small" size="small"
@click="handleFinish(scope.row)">完成情况</el-button> @click="handleFinish(scope.row)">完成情况</el-button>
<el-button type="text" <el-button type="text"
style="color:#1C6AFD;text-decoration: underline;" style="color:#1C6AFD;text-decoration: underline;"
size="small" size="small"
@click="handleScore(scope.row)">积分记录</el-button> --> @click="handleScore(scope.row)">积分记录</el-button>
</div> </div>
<div> <div>
<el-button type="text" <el-button type="text"
@ -366,7 +366,7 @@ export default {
let params = { let params = {
parentCategoryCode: '1010' // parentCategoryCode: '1010'
} }
const { data, code, msg } = await requestPost(url, params) const { data, code, msg } = await requestPost(url, params)

4
src/views/modules/communityService/shzz/index.vue

@ -139,10 +139,10 @@
<el-button @click="handleWatch(scope.$index)" <el-button @click="handleWatch(scope.$index)"
type="text" type="text"
size="small">查看</el-button> size="small">查看</el-button>
<!-- <el-button type="text" <el-button type="text"
style="color:#00A7A9;" style="color:#00A7A9;"
size="small" size="small"
@click="handleScore(scope.row)">积分记录</el-button> --> @click="handleScore(scope.row)">积分记录</el-button>
<el-button @click="handleEdit(scope.$index)" <el-button @click="handleEdit(scope.$index)"
type="text" type="text"

Loading…
Cancel
Save