|
|
@@ -9,13 +9,13 @@
|
|
|
<image v-if="info.auth == 1" :src="`${constant.imgUrl}/icon/official8.png`" mode="widthFix"
|
|
|
style="width:42upx;height:42upx;display:inline-block;margin-left:10upx;border-radius:10upx;"></image>
|
|
|
</view>
|
|
|
- <view class="kc">
|
|
|
+ <view class="kc" @click="selectItem(info)">
|
|
|
<text style="font-size:28upx;">{{info.className}}</text>
|
|
|
<text style="margin-left:20upx;color:#907a7a;font-size:28upx;font-weight:bold;">{{info.useNum}}家在用</text>
|
|
|
- <text v-if="info.select == 2 && info.is_delete == 1" style="position:absolute;right:5upx;color:#1f1cc0;">恢复</text>
|
|
|
+ <text v-if="info.select == 2 && info.is_delete == 1" 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 @click="selectItem(info)" style="color:green;float:right;margin-right:110upx;border:1upx solid green;padding:4upx 10upx 4upx 10upx;">导入</text>
|
|
|
+ <text v-else style="color:green;float:right;margin-right:110upx;border:1upx solid green;padding:4upx 10upx 4upx 10upx;">导入</text>
|
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn">
|