全所权限修改
This commit is contained in:
parent
ec4a33ffdb
commit
ae234c6d36
@ -16,7 +16,7 @@
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item>
|
||||
<el-button type="primary" icon="el-icon-search" @click="onSubmit(searchForm)">查询</el-button>
|
||||
<el-button type="primary" icon="el-icon-search" @click="onSubmit(searchForm)">搜索</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
||||
<el-form-item>
|
||||
<div style="float: right">
|
||||
<el-button @click="cancel()" type="default">取消</el-button>
|
||||
<el-button @click="save('formName')" type="primary" :disabled="formAll.userId !== '0'">修改</el-button>
|
||||
<el-button @click="save('formName')" type="primary" :disabled="formAll.userId !== formAll.ls[0].ext.projectAdmin">修改</el-button>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
@ -46,7 +46,7 @@
|
||||
<el-form-item>
|
||||
<div style="float: right">
|
||||
<el-button @click="cancel()" type="default">取消</el-button>
|
||||
<el-button @click="save('formName')" type="primary" :disabled="formModel.userId !== '0'">修改</el-button>
|
||||
<el-button @click="save('formName')" type="primary" :disabled="formModel.userId !== formModel.ext.projectAdmin">修改</el-button>
|
||||
</div>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user