|
@@ -2,44 +2,44 @@
|
|
|
<view class="container">
|
|
|
<view class="content" v-if="pageData">
|
|
|
<view class="content-item">
|
|
|
- <text>任务名称</text>
|
|
|
+ <text>任务名称:</text>
|
|
|
<view>{{pageData.name}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>任务周期</text>
|
|
|
+ <text>任务周期:</text>
|
|
|
<view>{{pageData.cycleTypeDictValue}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>执行日期</text>
|
|
|
+ <text>执行日期:</text>
|
|
|
<view>{{pageData.buildDateDay||pageData.buildDateWeekDictValue}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>执行时间</text>
|
|
|
+ <text>执行时间:</text>
|
|
|
<view>{{pageData.buildTime}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>开始日期</text>
|
|
|
+ <text>开始日期:</text>
|
|
|
<view>{{pageData.startDate}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>结束日期</text>
|
|
|
+ <text>结束日期:</text>
|
|
|
<view>{{pageData.endDate}}</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>考评指标</text>
|
|
|
+ <text>考评指标:</text>
|
|
|
<view style="color: #007AFF;" >
|
|
|
{{pageData.assessTargetList.length}} 项
|
|
|
<u-icon name="icon-xian-11" custom-prefix="xd-icon" size="28" color="#888888" @click="openZBpage"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>考评门店</text>
|
|
|
+ <text>考评门店:</text>
|
|
|
<view style="color: #007AFF;">
|
|
|
{{pageData.storeList.length}} 个 <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="28" color="#888888" @click="viewStores"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-item">
|
|
|
- <text>任务有效期天数</text>
|
|
|
+ <text>任务有效期天数:</text>
|
|
|
<view>{{pageData.effectiveDay}}天</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -102,7 +102,6 @@
|
|
|
padding: 10vh 0 10vh 0;
|
|
|
}
|
|
|
.container{
|
|
|
- color:#666;
|
|
|
font-size: 28rpx;
|
|
|
.content{
|
|
|
position: relative;
|