Commit f994d734 authored by 何鹏程's avatar 何鹏程

修改审核状态 菜单加滚动条

parent e3c81862
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
float: left; float: left;
transition: width .3s linear; transition: width .3s linear;
overflow: hidden; overflow: hidden;
overflow-y: auto;
background-color: #ffffff; background-color: #ffffff;
box-shadow: 2px 0px 6px 0px rgba(0, 21, 41, 0.12); box-shadow: 2px 0px 6px 0px rgba(0, 21, 41, 0.12);
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
>绑定站点</el-link> >绑定站点</el-link>
<el-link <el-link
type="primary" type="primary"
v-if="scope.row.auditStatus === 1 && checkPermission()" v-if="(scope.row.auditStatus === 1 || scope.row.auditStatus === 5) && checkPermission()"
@click="auditHandler(scope.row.id)" @click="auditHandler(scope.row.id)"
>审核</el-link> >审核</el-link>
</template> </template>
......
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