|
@@ -6,6 +6,10 @@
|
|
|
placeholder="请输入任务日期或任务标题" v-model="keyword" @search="searchKeyWord()"
|
|
|
@custom="searchKeyWord()"></u-search>
|
|
|
</view>
|
|
|
+ <view @click='show=true' class="company">
|
|
|
+ <image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png"
|
|
|
+ mode=""></image> {{compName}}
|
|
|
+ </view>
|
|
|
<view class="top2">
|
|
|
<view class="left">
|
|
|
<view @click='tabcarchange(1)' class='line' :class='statusFlag==1?"active":""'>未完成</view>
|
|
@@ -915,4 +919,20 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ .company {
|
|
|
+ // position: fixed;
|
|
|
+ right: 0;
|
|
|
+ // top: 18%;
|
|
|
+ background: url('../../static/img/qiyebeijing.png');
|
|
|
+ background-size: 100%;
|
|
|
+ font-size: 11px;
|
|
|
+ padding-bottom: 5px;
|
|
|
+ padding-left: 10px;
|
|
|
+ border-radius: 40rpx 0 0 40rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .company .icon {
|
|
|
+ position: relative;
|
|
|
+ top: 4px;
|
|
|
+ }
|
|
|
</style>
|