This commit is contained in:
shijingjing
2022-06-20 17:44:13 +08:00
parent 25b4572ec8
commit 7db8828e0b
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import PsfList from "./psfList";
export default {
name: "AppPartyScoreFlow",
components: {PsfList},
label: "党员积分明细(三涧溪)",
label: "积分明细(三涧溪)",
props: {
instance: Function,
dict: Object,

View File

@@ -126,7 +126,6 @@
<el-form-item label="积分分值" prop="integral" v-if="form.pass == 2">
<el-button type="text" @click="innerVisible = true" style="float: right;">添加</el-button>
<ai-table :tableData="integralData" :isShowPagination="false" :col-configs="integralConfigs" :dict="dict">
<!-- @selection-change="v=>ids=v.filter(e=>e.sysUserId).map(e=>e.sysUserId)" -->
<el-table-column slot="options" align="center" label="操作" fixed="right" width="160px">
<el-row type="flex" justify="center" align="middle" slot-scope="{row}">
<el-button v-if="$permissions('admin_sysuser_distribute')&&!!row.sysUserId"