|
@@ -148,7 +148,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template #wsm_has_account="{ scope }">
|
|
|
- <el-tag size="mini">{{Number(scope.row.wsm_has_account) === 0 ? '开通' :'未开通'}}</el-tag>
|
|
|
+ <el-tag size="mini">{{Number(scope.row.wsm_has_account) === 1 ? '开通' :'未开通'}}</el-tag>
|
|
|
</template>
|
|
|
|
|
|
<template #company="{scope}">
|
|
@@ -197,7 +197,7 @@
|
|
|
|
|
|
<el-tooltip effect="dark" content="修改" placement="top">
|
|
|
<i
|
|
|
- v-if="String(scope.row.status) === '1' && !isSupertube && powers.includes('005') && Number(scope.row.wsm_has_account) === 1"
|
|
|
+ v-if="String(scope.row.status) === '1' && !isSupertube && powers.includes('005') && Number(scope.row.wsm_has_account) === 0"
|
|
|
class="el-icon-edit tb-icon"
|
|
|
@click="getRouter('/sellOut/filingDetail', scope.row.id,'edit')"
|
|
|
/>
|
|
@@ -208,7 +208,7 @@
|
|
|
v-if="
|
|
|
String(scope.row.status) !== '4'
|
|
|
&& String(scope.row.status) !== '5'
|
|
|
- && Number(scope.row.wsm_has_account) === 1
|
|
|
+ && Number(scope.row.wsm_has_account) === 0
|
|
|
&& powers.includes('005')
|
|
|
"
|
|
|
class="el-icon-refresh-right tb-icon"
|