|
@@ -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>
|