|
@@ -59,7 +59,7 @@
|
|
|
<el-radio v-if="type == '1' || type == '2'" v-model="authType" label="2"
|
|
|
style="margin: 10px">特殊权限</el-radio>
|
|
|
<div id="limit">
|
|
|
- <div style="margin-right: 10px;margin-left: 10px;display: inline-block;color: red;">注:分配的行的权限不能重复</div>
|
|
|
+ <div style="margin: 10px;display: inline-block;color: red;">注:分配的行的权限不能重复</div>
|
|
|
<div v-for="(item, index) in limitList">
|
|
|
<div style="margin-right: 10px;margin-left: 10px;display: inline-block;">负责人:</div>
|
|
|
<el-button v-if="type == '1' || type == '2'" type="primary"
|