|
@@ -15,12 +15,13 @@
|
|
|
<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="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-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:#1f1cc0;float:right;margin-right:110upx;">使用中</text>
|
|
|
- <text v-else 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:10upx 10upx 10upx 10upx;">采用</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="num-open_bx">
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn">
|
|
<view class="open-bx warn">
|
|
|
- <text v-if="info.ratioType == 0">{{info.ratio}}{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
|
|
|
|
|
- <text v-else>若干{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
|
|
|
|
|
|
|
+ <text>编号 {{info.id}}</text>
|
|
|
|
|
+ <text style="margin-left:25upx;" v-if="info.ratioType == 0">{{info.ratio}}{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
|
|
|
|
|
+ <text style="margin-left:25upx;" v-else>若干{{info.smallUnit}}/<text @click="changeAuth(info.id)">{{ info.bigUnit }}</text></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|