Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
9d0dc2ad6e
  1. 6
      src/views/modules/communityParty/members/cpts/record.vue
  2. 2
      src/views/modules/communityParty/members/index.vue

6
src/views/modules/communityParty/members/cpts/record.vue

@ -80,7 +80,7 @@
class="btn-color-edit" class="btn-color-edit"
>取消</el-button> >取消</el-button>
</template> </template>
<template v-else> <!-- <template v-else>
<el-button <el-button
@click="handleChange(scope.row, 'edit')" @click="handleChange(scope.row, 'edit')"
type="text" type="text"
@ -101,9 +101,7 @@
>删除</el-button >删除</el-button
> >
</el-popconfirm> </el-popconfirm>
<!-- <el-button type="text" size="small" :disabled="disabled" class="btn-color-del" </template> -->
@click="del(scope.row)">删除</el-button> -->
</template>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

2
src/views/modules/communityParty/members/index.vue

@ -490,7 +490,7 @@ export default {
} }
}, },
handleTimeChangePay (timvale) { handleTimeChangePay (val) {
if (val.length > 0) { if (val.length > 0) {
this.searchForm.payStatrDate = val[0] this.searchForm.payStatrDate = val[0]
this.searchForm.payEndDate = val[0] this.searchForm.payEndDate = val[0]

Loading…
Cancel
Save