Commit eb1764ef authored by 姬鋆屾's avatar 姬鋆屾

修改考核授权内部的授权字段及展示

parent 84bb548f
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
> >
</el-switch> </el-switch>
</div> </div>
<div class="history"> <!-- <div class="history">
<span>投诉授权:</span> <span>投诉授权:</span>
<el-switch <el-switch
:active-value="1" :active-value="1"
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
v-model="form.reviewCheck" v-model="form.reviewCheck"
> >
</el-switch> </el-switch>
</div> </div> -->
<div class="history"> <div class="history">
<span>办件授权:</span> <span>办件授权:</span>
<el-switch <el-switch
...@@ -100,15 +100,15 @@ ...@@ -100,15 +100,15 @@
> >
</el-switch> </el-switch>
</div> </div>
<!-- <div class="history"> <div class="history">
<span>其他授权:</span> <span>自评授权:</span>
<el-switch <el-switch
:active-value="1" :active-value="1"
:inactive-value="0" :inactive-value="0"
v-model="form.otherCheck" v-model="form.otherCheck"
> >
</el-switch> </el-switch>
</div> --> </div>
</div> </div>
<form-buttons <form-buttons
......
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