Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
pangchong
mocp-uniapp
Commits
35be1086
Commit
35be1086
authored
Aug 09, 2024
by
liujinbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
机队状态筛选新增故障描述
parent
ad5661f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
src/mocp/store/fleet.js
+2
-0
src/pages/modules/mocp/panel/fleet/search.vue
+11
-1
No files found.
src/mocp/store/fleet.js
View file @
35be1086
...
@@ -17,6 +17,7 @@ const useFleetStore = defineStore('fleet', {
...
@@ -17,6 +17,7 @@ const useFleetStore = defineStore('fleet', {
stopTime
:
''
,
stopTime
:
''
,
isTime
:
2
,
isTime
:
2
,
isUpdateTime
:
2
,
isUpdateTime
:
2
,
faultDescribe
:
''
,
dateEnd
dateEnd
},
},
detailsId
:
undefined
detailsId
:
undefined
...
@@ -35,6 +36,7 @@ const useFleetStore = defineStore('fleet', {
...
@@ -35,6 +36,7 @@ const useFleetStore = defineStore('fleet', {
stopTime
:
''
,
stopTime
:
''
,
isTime
:
2
,
isTime
:
2
,
isUpdateTime
:
2
,
isUpdateTime
:
2
,
faultDescribe
:
''
,
dateEnd
dateEnd
}
}
},
},
...
...
src/pages/modules/mocp/panel/fleet/search.vue
View file @
35be1086
...
@@ -68,7 +68,6 @@
...
@@ -68,7 +68,6 @@
filter
filter
/>
/>
</up-form-item>
</up-form-item>
<up-form-item
<up-form-item
label=
"发生日期"
label=
"发生日期"
:borderBottom=
"true"
>
:borderBottom=
"true"
>
...
@@ -79,6 +78,17 @@
...
@@ -79,6 +78,17 @@
clearable
clearable
/>
/>
</up-form-item>
</up-form-item>
<up-form-item
label=
"故障描述"
prop=
"sponsor"
:borderBottom=
"true"
>
<up-input
v-model=
"formData.faultDescribe"
inputAlign=
"right"
border=
"none"
placeholder=
"请输入"
clearable
></up-input>
</up-form-item>
</up-form>
</up-form>
</view>
</view>
<template
#
bottom
>
<template
#
bottom
>
...
...
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