|
|
@@ -9,7 +9,7 @@
|
|
|
<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>
|
|
|
- <text v-else style="color:green;float:right;margin-right:80upx;">选择</text>
|
|
|
+ <text v-else style="color:green;float:right;margin-right:80upx;border:1upx solid green;padding:4upx 10upx 4upx 10upx;">选择</text>
|
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn">
|