|
@@ -98,7 +98,7 @@
|
|
<div v-else>
|
|
<div v-else>
|
|
<span style="padding-right: 15px;">{{ text }}</span>
|
|
<span style="padding-right: 15px;">{{ text }}</span>
|
|
<a-tag v-if="record.productEntity.onlineFalg == 0">下架</a-tag>
|
|
<a-tag v-if="record.productEntity.onlineFalg == 0">下架</a-tag>
|
|
- <a-tag color="red" v-else-if="record.productEntity.onlineFalg == 1&& record.dealerScopeFlag == 0">无权限</a-tag>
|
|
|
|
|
|
+ <a-tag color="red" v-if="record.dealerScopeFlag == 0">无权限</a-tag>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</s-table>
|
|
</s-table>
|