Commit 73f0f739 by xiexiaoqin

style: 修改任务的样式

parent 3d216ada
......@@ -10,7 +10,7 @@
</template>
<view class="task-title" data-pop="{{title: '会议任务', type: 'updateTask'}}" onTap="showPop" data-task="{{taskView}}">
<view>{{taskView.title}}</view>
<view a:if="{{taskView.endTime}}" class="task-time">{{taskView.endTime}} 截止</view>
<view class="task-time">截止时间:{{ taskView.endTime ? taskView.endTime : '未设置'}}</view>
</view>
<template is="avater" a:if="{{taskView.executor && taskView.executor.length > 0}}" data="{{item: taskView.executor[0], split: 1}}"/>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment