flat:修改提示,修改邀请
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<empty v-else content="暂无问卷" mrTop="300"></empty>
|
<empty v-else content="暂无数据" mrTop="300"></empty>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
<empty v-else content="暂无问卷" mrTop="300"></empty>
|
<empty v-else content="暂无数据" mrTop="300"></empty>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -228,7 +228,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view v-if="policyContentList.length<=0">
|
<view v-if="policyContentList.length<=0">
|
||||||
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
|
<image src="../../static/img/pic_notask.svg" class="nothing" mode=""></image>
|
||||||
<view class="nothing_text">暂无信息</view>
|
<view class="nothing_text">暂无数据</view>
|
||||||
<view class="baddd"></view>
|
<view class="baddd"></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -22,6 +22,9 @@
|
|||||||
<!-- <view class="fee">
|
<!-- <view class="fee">
|
||||||
{{info.wage}}{{wageUnit[info.wageUnitCategory]}}
|
{{info.wage}}{{wageUnit[info.wageUnitCategory]}}
|
||||||
</view> -->
|
</view> -->
|
||||||
|
<view class="position_right" v-if="info.reviewState === 1"
|
||||||
|
@click="navTo(`/pages/projectInfo/sub/inviteList?jobType=${info.jobType}&id=${info.id}&createUserId=${info.createUserId}`)">
|
||||||
|
邀请用户</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="head">
|
<view class="head">
|
||||||
<view class="proname proneed">
|
<view class="proname proneed">
|
||||||
@@ -659,4 +662,24 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.head {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.position_right {
|
||||||
|
position: absolute;
|
||||||
|
right: 24rpx;
|
||||||
|
top: 30rpx;
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-size: 24rpx;
|
||||||
|
background-color: #1B66FF;
|
||||||
|
border-radius: 12rpx;
|
||||||
|
padding: 10rpx 20rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
.position_right:active {
|
||||||
|
background-color: #e8e8e8;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user