Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
SQL_Mou
NewTruckTerminalSyetem
Commits
c595e7fd
Commit
c595e7fd
authored
Sep 29, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
60a45349
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
index.vue
...iews/MLargeScreen/components/failureDeclaration/index.vue
+2
-2
index.vue
src/views/MLargeScreen/index.vue
+3
-6
No files found.
src/views/MLargeScreen/components/failureDeclaration/index.vue
View file @
c595e7fd
...
...
@@ -14,13 +14,13 @@
</div>
<div>
<span>
车辆号码:
</span>
<el-select
v-model=
"from.carcode"
placeholder=
"请选择车辆号码"
style=
"width:18vw;"
>
<el-select
v-model=
"from.carcode"
placeholder=
"请选择车辆号码"
style=
"width:18vw;"
:disabled=
"from.car == '当前车辆故障'"
>
<el-option
v-for=
"(obj,index) in carInforData"
:label=
"obj.number"
:value=
"obj.number"
:key=
"index"
></el-option>
</el-select>
</div>
<div>
<span>
司机名称:
</span>
<el-select
v-model=
"from.name"
placeholder=
"请选择司机名称"
style=
"width:18vw;"
>
<el-select
v-model=
"from.name"
placeholder=
"请选择司机名称"
style=
"width:18vw;"
:disabled=
"from.car == '当前车辆故障'"
>
<el-option
v-for=
"(obj,index) in peopleInforData"
:label=
"obj.name"
:value=
"obj.name"
:key=
"index"
></el-option>
</el-select>
</div>
...
...
src/views/MLargeScreen/index.vue
View file @
c595e7fd
...
...
@@ -294,12 +294,9 @@ export default {
function
(
error
)
{
var
errorType
=
[
'
您拒绝共享位置信息
'
,
'
获取不到位置信息
'
,
'
获取位置信息超时
'
];
console
.
log
(
errorType
[
error
.
code
-
1
]);
// that.$notify({
// title: errorType[error.code - 1] + '!',
// type: 'warning',
// duration: 5000
// });
}
},{
enableHighAccuracy
:
true
,
}
);
}
},
...
...
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