Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2022-06-15 15:10:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a481a683fcd1ab7d92cbc1b48f9756d54e648e30
a481a683
1 parent
711c82b9
文本修正
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/basicInformation/flightInformationMaintenance/index.vue
src/views/systemConfig/roleConfig/drawer.vue
src/views/systemConfig/userConfig/drawer.vue
src/views/basicInformation/flightInformationMaintenance/index.vue
View file @
a481a68
...
...
@@ -98,7 +98,7 @@
</el-row>
<el-row>
<el-col :span="12">
<el-form-item label="CutOff时间" prop="cutOffTime">
<el-form-item label="
Pre-MDE
CutOff时间" prop="cutOffTime">
<el-select class="wid80" v-model="form.cutOffTime" clearable placeholder="选择时间(可查找)" type="string"
filterable>
<el-option v-for="item in selectOption.cutOffTime" :key="item" :label="item" :value="item">
...
...
@@ -316,9 +316,9 @@ export default {
align: "center",
},
{
name: "CutOff时间",
name: "
Pre-MDE
CutOff时间",
value: "cutOffTime",
width: "1
1
0",
width: "1
5
0",
align: "center",
},
{
...
...
src/views/systemConfig/roleConfig/drawer.vue
View file @
a481a68
...
...
@@ -141,7 +141,7 @@ export default {
.then((res) => {
this.loading = false;
if (res.code === 200) {
this.msgSuccess('操作成功,
新增权限需重新登陆后刷新
。')
this.msgSuccess('操作成功,
需重新登录已获取新权限
。')
this.$emit("handleClose", false);
} else {
this.msgWarning(res.msg)
...
...
src/views/systemConfig/userConfig/drawer.vue
View file @
a481a68
...
...
@@ -252,7 +252,7 @@ export default {
.then((res) => {
this.loading = false;
if (res.code === 200) {
this.msgSuccess('操作成功')
this.msgSuccess('操作成功
,需重新登录已获取新权限。
')
this.$emit("handleClose", false);
} else {
this.msgWarning(res.msg)
...
...
Please
register
or
login
to post a comment