|
|
@@ -15,10 +15,10 @@
|
|
|
|
|
|
<text v-if="info.select == 2 && info.is_delete == 1" style="position:absolute;right:7upx;color:#1f1cc0;">恢复</text>
|
|
|
|
|
|
- <text v-if="info.select == 2" style="position:absolute;right:7upx;color:green;">查看</text>
|
|
|
+ <text v-if="info.select == 2 && info.is_delete == 0" style="position:absolute;right:7upx;color:#1f1cc0;">查看</text>
|
|
|
|
|
|
<text v-if="info.select == 2 && info.is_delete == 1" style="color:red;float:right;margin-right:110upx;">已删除</text>
|
|
|
- <text v-else-if="info.select == 2" style="color:#1f1cc0;float:right;margin-right:110upx;">使用中</text>
|
|
|
+ <text v-else-if="info.select == 2" style="color:green;float:right;margin-right:110upx;">使用中</text>
|
|
|
<text v-else style="color:green;float:right;margin-right:110upx;border:1upx solid green;padding:10upx 10upx 10upx 10upx;border-radius:5upx;">采用</text>
|
|
|
</view>
|
|
|
<view class="num-open_bx">
|