<view class="enterprise-info__wrap" bind:tap="handCellClick">
|
<view slot="image" class="enterprise-info__img">
|
<view class="enterprise-info__img__score {{classBgColor}}">
|
{{item.codeLevel}}
|
</view>
|
<view class="enterprise-info__img__text"> 环信码 </view>
|
<t-tag
|
max-width="{{130}}"
|
shape="square"
|
size="small"
|
theme="default"
|
variant="light-outline"
|
>{{item.updateTime}}</t-tag
|
>
|
</view>
|
<view class="enterprise-info__main">
|
<view slot="title" class="enterprise-info__title"> {{item.name}} </view>
|
<t-divider />
|
<view slot="description" class="enterprise-info__tag">
|
<t-tag
|
max-width="{{130}}"
|
shape="square"
|
size="small"
|
theme="{{item.status ? 'success' : 'error'}}"
|
variant="light-outline"
|
disabled
|
>{{item.status ? '运营中' : '已关闭'}}</t-tag
|
>
|
<t-tag
|
t-class="t-class-tag"
|
max-width="{{130}}"
|
shape="square"
|
size="medium"
|
theme="default"
|
variant="light"
|
>{{item.district}}</t-tag
|
>
|
<t-tag
|
t-class="t-class-tag"
|
max-width="{{130}}"
|
shape="square"
|
size="medium"
|
theme="default"
|
variant="light"
|
>{{item.sceneType}}</t-tag
|
>
|
</view>
|
</view>
|
</view>
|