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
d36f7fbc
Commit
d36f7fbc
authored
Dec 20, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 提交
parent
0bb3fd5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
27 deletions
+3
-27
src/pages/modules/mocp/panel/flight-support/components/Screen.vue
+3
-27
No files found.
src/pages/modules/mocp/panel/flight-support/components/Screen.vue
View file @
d36f7fbc
<
template
>
<
template
>
<global-page
title=
"筛选"
>
<global-page-search
@
reset=
"handleReset"
@
confirm=
"handleConfirm"
>
<view
class=
"screen-form"
>
<up-form
labelPosition=
"left"
labelWidth=
"auto"
>
<up-form
labelPosition=
"left"
labelWidth=
"auto"
>
<up-form-item
label=
"机号"
prop=
"ac"
:borderBottom=
"true"
>
<up-form-item
label=
"机号"
prop=
"ac"
:borderBottom=
"true"
>
<global-picker
v-model=
"formData.ac"
pickAlign=
"right"
clearable
:options=
"deviceNumList"
filter
/>
<global-picker
v-model=
"formData.ac"
pickAlign=
"right"
clearable
:options=
"deviceNumList"
filter
/>
...
@@ -22,20 +21,7 @@
...
@@ -22,20 +21,7 @@
<global-picker
v-model=
"formData.flightNo"
pickAlign=
"right"
:options=
"baseStore.selectList.flightNumList"
clearable
filter
/>
<global-picker
v-model=
"formData.flightNo"
pickAlign=
"right"
:options=
"baseStore.selectList.flightNumList"
clearable
filter
/>
</up-form-item>
</up-form-item>
</up-form>
</up-form>
</view>
</global-page-search>
<template
#
bottom
>
<view
class=
"footer-btn"
>
<up-row
gutter=
"10"
>
<up-col
span=
"6"
>
<global-button
type=
"primary"
plain
size=
"large"
:radius=
"5"
@
tap=
"handleReset"
>
重置
</global-button>
</up-col>
<up-col
span=
"6"
>
<global-button
type=
"primary"
size=
"large"
:radius=
"5"
@
tap=
"handleConfirm"
>
确定
</global-button>
</up-col>
</up-row>
</view>
</
template
>
</global-page>
</
template
>
</
template
>
<
script
setup
>
<
script
setup
>
...
@@ -70,14 +56,4 @@ const handleConfirm = () => {
...
@@ -70,14 +56,4 @@ const handleConfirm = () => {
uni
.
$emit
(
'screenReload'
)
uni
.
$emit
(
'screenReload'
)
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
></
style
>
.screen-form
{
padding
:
24
rpx
24
rpx
0
24
rpx
;
background
:
#fff
;
}
.footer-btn
{
padding
:
24
rpx
32
rpx
;
background-color
:
#fff
;
}
</
style
>
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