Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
87964c54
Commit
87964c54
authored
May 20, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间组件默认值
parent
0cf0902c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
XhTime.vue
src/components/createCom/XhTime.vue
+1
-2
complete.vue
src/pages/order/complete.vue
+3
-4
No files found.
src/components/createCom/XhTime.vue
View file @
87964c54
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<!--
<u-picker
:params=
"params"
v-model=
"showPicker"
mode=
"time"
@
confirm=
"pickerConfirm"
></u-picker>
-->
<!--
<u-picker
:params=
"params"
v-model=
"showPicker"
mode=
"time"
@
confirm=
"pickerConfirm"
></u-picker>
-->
<view
class=
"u-flex u-row-between"
>
<view
class=
"u-flex u-row-between"
>
<picker
mode=
"date"
:value=
"dataValue"
@
change=
"bindDateChange"
class=
"txt u-flex-1"
>
<picker
mode=
"date"
:value=
"dataValue"
@
change=
"bindDateChange"
class=
"txt u-flex-1"
>
<view>
{{
dataValue
}}
</view>
<view>
{{
dataValue
||
'请选择时间'
}}
</view>
</picker>
</picker>
<u-icon
name=
"arrow-right"
color=
"#666"
size=
"28"
></u-icon>
<u-icon
name=
"arrow-right"
color=
"#666"
size=
"28"
></u-icon>
</view>
</view>
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
<
script
>
<
script
>
import
stringMixin
from
'./stringMixin'
import
stringMixin
from
'./stringMixin'
export
default
{
export
default
{
name
:
'XhInput'
,
// 新建 input
components
:
{},
components
:
{},
mixins
:
[
stringMixin
],
mixins
:
[
stringMixin
],
props
:
{},
props
:
{},
...
...
src/pages/order/complete.vue
View file @
87964c54
...
@@ -114,7 +114,6 @@
...
@@ -114,7 +114,6 @@
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
classifyData
from
'@/common/classify.data.js'
;
import
XhInput
from
'@/components/createCom/XhInput.vue'
import
XhInput
from
'@/components/createCom/XhInput.vue'
import
XhMultiInput
from
'@/components/createCom/XhMultiInput.vue'
import
XhMultiInput
from
'@/components/createCom/XhMultiInput.vue'
import
XhRadio
from
'@/components/createCom/XhRadio.vue'
import
XhRadio
from
'@/components/createCom/XhRadio.vue'
...
@@ -148,7 +147,6 @@
...
@@ -148,7 +147,6 @@
menuHeight
:
0
,
// 左边菜单的高度
menuHeight
:
0
,
// 左边菜单的高度
menuItemHeight
:
0
,
// 左边菜单item的高度
menuItemHeight
:
0
,
// 左边菜单item的高度
itemId
:
''
,
// 栏目右边scroll-view用于滚动的id
itemId
:
''
,
// 栏目右边scroll-view用于滚动的id
groupList
:
classifyData
,
// 基本信息、安装 、勘察(其中一项表单数据)
menuItemPos
:
[],
menuItemPos
:
[],
arr
:
[],
arr
:
[],
scrollRightTop
:
0
,
// 右边栏目scroll-view的滚动条高度
scrollRightTop
:
0
,
// 右边栏目scroll-view的滚动条高度
...
@@ -162,6 +160,7 @@
...
@@ -162,6 +160,7 @@
waitHandlerGroupIndex
:
0
,
waitHandlerGroupIndex
:
0
,
waitHandlerEleIndex
:
0
,
waitHandlerEleIndex
:
0
,
pass
:
false
,
pass
:
false
,
// 上传组件相关
carmeraList
:
[
carmeraList
:
[
{
{
text
:
'相册'
text
:
'相册'
...
@@ -460,8 +459,8 @@
...
@@ -460,8 +459,8 @@
locationCompleteItem
(
panelIndex
,
groupIndex
,
eleIndex
){
// 页面定位到某一项
locationCompleteItem
(
panelIndex
,
groupIndex
,
eleIndex
){
// 页面定位到某一项
this
.
tabIndex
=
panelIndex
this
.
tabIndex
=
panelIndex
this
.
arr
=
[]
this
.
arr
=
[]
this
.
scrollRightTop
=
0
;
this
.
scrollRightTop
=
0
this
.
current
=
0
;
this
.
current
=
groupIndex
this
.
$nextTick
(
function
()
{
this
.
$nextTick
(
function
()
{
this
.
swichMenu
(
groupIndex
)
this
.
swichMenu
(
groupIndex
)
})
})
...
...
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