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
297360f6
Commit
297360f6
authored
May 16, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增清位字段
parent
b4eaabe4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-4
busHandBook.vue
src/components/busManagement/busHandBook.vue
+0
-1
index.js
src/plug/index.js
+1
-1
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
297360f6
...
...
@@ -1400,11 +1400,11 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"4"
style=
"display:none;"
>
<el-form-item
label=
"是否
可
清位"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"是否清位"
>
<el-select
v-model=
'addMsg.IsCanClear'
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
'可
以
清位'
:value=
'0'
:key=
'0'
></el-option>
<el-option
label=
'不可
以
清位'
:value=
'1'
:key=
'1'
></el-option>
<el-option
label=
'可清位'
:value=
'0'
:key=
'0'
></el-option>
<el-option
label=
'不可清位'
:value=
'1'
:key=
'1'
></el-option>
</el-select>
</el-form-item>
</el-col>
...
...
src/components/busManagement/busHandBook.vue
View file @
297360f6
...
...
@@ -174,7 +174,6 @@
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DataObj
=
res
.
data
.
data
;
console
.
log
(
this
.
DataObj
,
'dataObj'
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
...
...
src/plug/index.js
View file @
297360f6
...
...
@@ -118,7 +118,7 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
''
;
let
locationName
=
window
.
location
.
hostname
;
domainUrl
=
"http://1
92.168.2.65:8025
"
;
//214主域名
domainUrl
=
"http://1
27.0.0.1
"
;
//214主域名
// domainUrl = "http://192.168.2.214:8082"; //214主域名
// domainUrl = "http://192.168.0.119:8082";
// domainUrl = "http://192.168.2.16:8083";
...
...
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