|
@@ -164,7 +164,7 @@
|
|
|
<el-table-column prop="id" label="ID" width="60" />
|
|
|
<el-table-column label="学校名称">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-popover trigger="hover" placement="left">
|
|
|
+ <el-popover trigger="hover" placement="right">
|
|
|
<div style="font-size: 18px; font-family: 新宋体">
|
|
|
<tr>
|
|
|
<td style="color: green">学校名称</td>
|
|
@@ -457,7 +457,7 @@ export default {
|
|
|
type: "warning",
|
|
|
}).then(() => {
|
|
|
var url = CORE_API + "/org/disable/" + this.orgIds;
|
|
|
- this.$$httpWithMsg.put(url, {}).then(() => {
|
|
|
+ this.$httpWithMsg.put(url, {}).then(() => {
|
|
|
this.$notify({
|
|
|
type: "success",
|
|
|
message: "禁用成功!",
|