|
|
@@ -11,7 +11,7 @@
|
|
|
</view>
|
|
|
<view class="kc">
|
|
|
<text style="font-size:28upx;">{{info.className}}</text>
|
|
|
- <text style="margin-left:20upx;color:green;font-size:28upx;font-weight:bold;">{{info.useNum}}家在用</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:245upx;color:red;">已删除</text>
|
|
|
<text v-if="info.select == 2 && info.is_delete == 1" style="color:#1f1cc0;float:right;margin-right:103upx;">恢复</text>
|
|
|
<text v-else-if="info.select == 2" style="color:#1f1cc0;float:right;margin-right:80upx;">已导入</text>
|