积分
This commit is contained in:
@@ -10,7 +10,7 @@ import PsfList from "./psfList";
|
||||
export default {
|
||||
name: "AppPartyScoreFlow",
|
||||
components: {PsfList},
|
||||
label: "党员积分明细(三涧溪)",
|
||||
label: "积分明细(三涧溪)",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user