Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
a7ca6632
Commit
a7ca6632
authored
Feb 20, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
47626065
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+5
-5
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
a7ca6632
...
@@ -154,21 +154,21 @@
...
@@ -154,21 +154,21 @@
resize="none" :placeholder="$t('sm.onlybeizhu')" maxlength="300">
</el-input>
resize="none" :placeholder="$t('sm.onlybeizhu')" maxlength="300">
</el-input>
</el-form-item>
</el-form-item>
</div>
</div>
<div
v-if=
"CurrentUserInfo.RB_Group_id!=2"
>
<div
v-if=
"CurrentUserInfo
&&CurrentUserInfo
.RB_Group_id!=2"
>
<el-form-item
label=
"区域"
>
<el-form-item
label=
"区域"
>
<el-select
v-model=
"PostConfig.WAreaId"
:placeholder=
"$t('pub.pleaseSel')"
<el-select
v-model=
"PostConfig.WAreaId"
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"GetSelfArea(PostConfig.WAreaId,2,true)"
filterable
>
@
change=
"GetSelfArea(PostConfig.WAreaId,2,true)"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in SelfWAreaList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
<el-option
v-for=
"item in SelfWAreaList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-select
v-model=
"PostConfig.WCountryId"
:placeholder=
"$t('pub.pleaseSel')"
<el-select
v-model=
"PostConfig.WCountryId"
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"GetSelfArea(PostConfig.WCountryId,3,true)"
filterable
>
@
change=
"GetSelfArea(PostConfig.WCountryId,3,true)"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in SelfWCountryList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
<el-option
v-for=
"item in SelfWCountryList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
</el-option>
</el-option>
</el-select>
</el-select>
<el-select
v-model=
"PostConfig.WLocationId"
:placeholder=
"$t('pub.pleaseSel')"
<el-select
v-model=
"PostConfig.WLocationId"
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"GetSelfArea(PostConfig.WLocationId,4,true)"
filterable
>
@
change=
"GetSelfArea(PostConfig.WLocationId,4,true)"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
"SelectDefaultValue"
></el-option>
<el-option
v-for=
"item in SelfWLocationList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
<el-option
v-for=
"item in SelfWLocationList"
:label=
"item.AreaName"
:value=
"item.Id"
:key=
"item.Id"
>
...
@@ -254,7 +254,7 @@
...
@@ -254,7 +254,7 @@
import
GGMap
from
"../../commonPage/GGMap"
;
import
GGMap
from
"../../commonPage/GGMap"
;
export
default
{
export
default
{
/*接收父组件传递的参数*/
/*接收父组件传递的参数*/
props
:
[
"PostConfig"
,
"LineList"
,
"TCNUM"
,
"TeamType"
,
"CurrentUserInfo"
],
props
:
[
"PostConfig"
,
"LineList"
,
"TCNUM"
,
"TeamType"
,
"CurrentUserInfo"
],
data
()
{
data
()
{
return
{
return
{
//系列列表
//系列列表
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment