Commit 8ac12f4e by gao_yingdong

解散用户

parent 952ccdd1
......@@ -541,16 +541,16 @@
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'"
>
邀请用户
</div>
</div> -->
<div
class="flTtitle Add"
@click="DissolutionOrganization"
v-if="
pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001' && sfkjs == '1'
pageBs != 'cxyhz' && sfkjs == '1'
"
>
解散组织
</div> -->
</div>
<div
class="flTtitle Add"
@click="adds"
......
......@@ -8,6 +8,7 @@
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@toInfor="toInfor"
@DissolutionOrganization='DissolutionOrganization'
ref="rightContent"
>
<template #cxyhz="scope">
......@@ -32,13 +33,13 @@
>
邀请用户</span
>
<span
<!-- <span
class="hbyps"
v-if="pageBs != 'cxyhz' && scopeYH.yhJb == '0001' && sfkjs == '1'"
v-if="pageBs != 'cxyhz' && sfkjs == '1'"
@click="DissolutionOrganization(scope.scope)"
>
解散组织</span
>
> -->
</template>
<template #btnGroup="scope">
<span
......@@ -87,6 +88,8 @@
>
</template>
</right-content>
<div class="xzyhz">
<el-dialog title="新增用户组" :visible.sync="dialogFormVisibles">
<span class="btx">*</span>
<eldialog-content
......@@ -100,7 +103,7 @@
></eldialog-content>
<div slot="footer" class="dialog-footer">
<el-button
style="width: 111px; line-height: 8px"
style="width: 111px; line-height: 8px;"
type="primary"
@click="dialogBcss"
>
......@@ -108,6 +111,7 @@
>
</div>
</el-dialog>
</div>
<div class="xzyhz">
<el-dialog title="新增用户组" :visible.sync="dialogFormVisible">
<!-- <span class="btx">*</span> -->
......@@ -208,7 +212,7 @@ export default {
},
data() {
return {
sfkjs: window.sessionStorage.getItem("sfkjs"),
sfkjs: '',
cxFormData2: {
//查询条件
limit: 5,
......@@ -427,6 +431,8 @@ export default {
};
},
created() {
debugger
this.sfkjs = window.sessionStorage.getItem("sfkjs"),
// this.getYhzYh(); // 接受用户组邀请
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
......@@ -580,10 +586,10 @@ export default {
label: "用户级别",
prop: "yhJbStr",
},
{
label: "用户状态",
prop: "sfjsPdbz",
},
// {
// label: "用户状态",
// prop: "sfjsPdbz",
// },
{
label: "状态",
......@@ -1016,6 +1022,9 @@ export default {
}
</style>
<style scoped lang="scss">
/deep/.el-dialog__footer {
padding: 71px 10px 10px !important;
}
@import "@/assets/styles/rightContent.scss";
.yhzz {
margin: 20px;
......
......@@ -42,7 +42,7 @@
>
<el-button
size="small"
v-if="show && fileLists.length > 0"
v-if="show"
type="primary"
@click="submitUpload(scope.scope)"
>上传</el-button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment