Showing
3 changed files
with
5 additions
and
5 deletions
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | </el-row> | 98 | </el-row> |
| 99 | <el-row> | 99 | <el-row> |
| 100 | <el-col :span="12"> | 100 | <el-col :span="12"> |
| 101 | - <el-form-item label="CutOff时间" prop="cutOffTime"> | 101 | + <el-form-item label="Pre-MDE CutOff时间" prop="cutOffTime"> |
| 102 | <el-select class="wid80" v-model="form.cutOffTime" clearable placeholder="选择时间(可查找)" type="string" | 102 | <el-select class="wid80" v-model="form.cutOffTime" clearable placeholder="选择时间(可查找)" type="string" |
| 103 | filterable> | 103 | filterable> |
| 104 | <el-option v-for="item in selectOption.cutOffTime" :key="item" :label="item" :value="item"> | 104 | <el-option v-for="item in selectOption.cutOffTime" :key="item" :label="item" :value="item"> |
| ... | @@ -316,9 +316,9 @@ export default { | ... | @@ -316,9 +316,9 @@ export default { |
| 316 | align: "center", | 316 | align: "center", |
| 317 | }, | 317 | }, |
| 318 | { | 318 | { |
| 319 | - name: "CutOff时间", | 319 | + name: "Pre-MDE CutOff时间", |
| 320 | value: "cutOffTime", | 320 | value: "cutOffTime", |
| 321 | - width: "110", | 321 | + width: "150", |
| 322 | align: "center", | 322 | align: "center", |
| 323 | }, | 323 | }, |
| 324 | { | 324 | { | ... | ... |
| ... | @@ -141,7 +141,7 @@ export default { | ... | @@ -141,7 +141,7 @@ export default { |
| 141 | .then((res) => { | 141 | .then((res) => { |
| 142 | this.loading = false; | 142 | this.loading = false; |
| 143 | if (res.code === 200) { | 143 | if (res.code === 200) { |
| 144 | - this.msgSuccess('操作成功,新增权限需重新登陆后刷新。') | 144 | + this.msgSuccess('操作成功,需重新登录已获取新权限。') |
| 145 | this.$emit("handleClose", false); | 145 | this.$emit("handleClose", false); |
| 146 | } else { | 146 | } else { |
| 147 | this.msgWarning(res.msg) | 147 | this.msgWarning(res.msg) | ... | ... |
| ... | @@ -252,7 +252,7 @@ export default { | ... | @@ -252,7 +252,7 @@ export default { |
| 252 | .then((res) => { | 252 | .then((res) => { |
| 253 | this.loading = false; | 253 | this.loading = false; |
| 254 | if (res.code === 200) { | 254 | if (res.code === 200) { |
| 255 | - this.msgSuccess('操作成功') | 255 | + this.msgSuccess('操作成功,需重新登录已获取新权限。') |
| 256 | this.$emit("handleClose", false); | 256 | this.$emit("handleClose", false); |
| 257 | } else { | 257 | } else { |
| 258 | this.msgWarning(res.msg) | 258 | this.msgWarning(res.msg) | ... | ... |
-
Please register or login to post a comment