lilei преди 1 година
родител
ревизия
3d77e98a2e
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      pages/shuntBackManage/shuntBackList.vue

+ 4 - 4
pages/shuntBackManage/shuntBackList.vue

@@ -14,10 +14,10 @@
 						@click="viewRow(item)" >
 							<view class="check-row">
 								<view>
-								<text style="margin-right: 0.5rem;">{{item.shelfInfo&&item.shelfInfo.shelfName}}</text>
-								<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='WRITE_OFF'" text="已注销"></u-tag>
-								<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='SUSPEND'" text="已暂停"></u-tag>
-								<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='DISABLED'" text="已停用"></u-tag>
+									<text style="margin-right: 0.5rem;">{{item.shelfInfo&&item.shelfInfo.shelfName}}</text>
+									<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='WRITE_OFF'" text="已注销"></u-tag>
+									<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='SUSPEND'" text="已暂停"></u-tag>
+									<u-tag size='mini' type="info" shape="circle" v-if="item.shelfInfo&&item.shelfInfo.state=='DISABLED'" text="已停用"></u-tag>
 								</view>
 								<view>
 									<text :style="{color: item.billState=='FINISH'?$config('successColor'):item.billState=='CANCEL'?$config('infoColor'):$config('errorColor')}">{{item.billStateDictValue}}</text>