Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
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
fengzhaoyu
schedule
Commits
c178670f
Commit
c178670f
authored
Nov 04, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release/dev/2.0.0' into release/2.0.0
parents
933f067a
9dc72943
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
13 deletions
+15
-13
taskList.acss
components/taskList/taskList.acss
+3
-2
meetingDetail.js
pages/meetingDetail/meetingDetail.js
+6
-6
meetingRoomList.axml
pages/meetingRoomList/meetingRoomList.axml
+2
-2
place.acss
pages/place/place.acss
+1
-0
place.axml
pages/place/place.axml
+3
-3
No files found.
components/taskList/taskList.acss
View file @
c178670f
...
...
@@ -24,11 +24,12 @@
flex: 1;
font-size: 28rpx;
line-height: 40rpx;
white-space: nowrap;
/*
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
overflow: hidden;
*/
display: flex;
flex-direction: column;
word-break: break-all;
}
.task-title .task-time {
...
...
pages/meetingDetail/meetingDetail.js
View file @
c178670f
...
...
@@ -868,12 +868,12 @@ create.Page({
if
(
res
.
data
.
code
!==
0
)
{
return
}
if
(
_that
.
data
.
currentPeople
===
_that
.
data
.
organizer
)
{
_that
.
setData
({
'aheadTime.aheadTimes'
:
[
15
],
'aheadTime.aheadTimesListId'
:
[
15
],
})
}
//
if (_that.data.currentPeople === _that.data.organizer) {
//
_that.setData({
//
'aheadTime.aheadTimes': [15],
//
'aheadTime.aheadTimesListId': [15],
//
})
//
}
_that
.
setData
({
confirmAttendance
:
dataParticipate
.
value
})
...
...
pages/meetingRoomList/meetingRoomList.axml
View file @
c178670f
...
...
@@ -16,9 +16,9 @@
<text class="locationIcon iconfont iconicon_facility1"></text>
<text a:for="{{item.equipFacilityNames}}" a:if="{{item2 !== null}}" a:for-item="item2" a:for-index="index2">{{item2}}{{index2 === item.equipFacilityNames.length-1 ? '' : '/'}}</text>
</view>
<view class="reserveRoomNumAndLocation">
<view class="reserveRoomNumAndLocation"
a:if="{{item.capacityNum}}"
>
<view class="reserveRoomNum">
<text class="locationIcon iconfont icon
icon_attender
"></text>{{item.capacityNum}}
<text class="locationIcon iconfont icon
people1
"></text>{{item.capacityNum}}
</view>
</view>
</view>
...
...
pages/place/place.acss
View file @
c178670f
...
...
@@ -56,6 +56,7 @@ page {
}
.mettingRoom {
/* padding: 20rpx 0; */
height: 112rpx;
display: flex;
padding-left: 32rpx;
...
...
pages/place/place.axml
View file @
c178670f
...
...
@@ -18,9 +18,9 @@
<view class="name">
{{item.meetingRoomFullName ? item.meetingRoomFullName : item.name}}
</view>
<view class="mettingRoomDetail">
<view class="num">
<text class="numIcon iconfont icon
canhuiren
iconicon_attender"></text>
<view class="mettingRoomDetail"
a:if="{{item.capacityNum || item.equipFacilityLabelList }}"
>
<view class="num"
a:if="{{item.capacityNum}}"
>
<text class="numIcon iconfont icon
people1
iconicon_attender"></text>
<text>{{item.capacityNum}}</text>
</view>
<view class="equipment" a:if="{{item.equipFacilityLabelList}}">
...
...
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