|
@@ -213,6 +213,8 @@
|
|
type="text"
|
|
type="text"
|
|
class="record"
|
|
class="record"
|
|
v-if="scope.row.authenticationStatusKey == 1"
|
|
v-if="scope.row.authenticationStatusKey == 1"
|
|
|
|
+ v-hasPermission="
|
|
|
|
+ `audit.grainMerchant.grainMerchantInfo.view`"
|
|
@click="reject(scope.row)"
|
|
@click="reject(scope.row)"
|
|
>驳回</el-button
|
|
>驳回</el-button
|
|
>
|
|
>
|
|
@@ -221,13 +223,19 @@
|
|
type="text"
|
|
type="text"
|
|
class="record"
|
|
class="record"
|
|
v-if="scope.row.authenticationStatusKey == 1"
|
|
v-if="scope.row.authenticationStatusKey == 1"
|
|
|
|
+ v-hasPermission="
|
|
|
|
+ `audit.grainMerchant.grainMerchantInfo.view`"
|
|
@click="adopt(scope.row)"
|
|
@click="adopt(scope.row)"
|
|
>通过</el-button
|
|
>通过</el-button
|
|
>
|
|
>
|
|
- <template v-else-if="scope.row.authenticationStatusKey == 3" slot-scope="scope">
|
|
|
|
|
|
+ <template v-else-if="scope.row.authenticationStatusKey == 3"
|
|
|
|
+ v-hasPermission="
|
|
|
|
+ `audit.grainMerchant.grainMerchantInfo.view`" slot-scope="scope">
|
|
已驳回
|
|
已驳回
|
|
</template>
|
|
</template>
|
|
- <template v-else slot-scope="scope">
|
|
|
|
|
|
+ <template v-else
|
|
|
|
+ v-hasPermission="
|
|
|
|
+ `audit.grainMerchant.grainMerchantInfo.view`" slot-scope="scope">
|
|
{{ scope.row.authenticationStatus }}
|
|
{{ scope.row.authenticationStatus }}
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
@@ -274,7 +282,7 @@
|
|
<div
|
|
<div
|
|
style="display: inline-block; margin: 5px"
|
|
style="display: inline-block; margin: 5px"
|
|
>
|
|
>
|
|
- <img width="100" height="100" :src="accessoryimages.payeeAddressUrl" alt="" />
|
|
|
|
|
|
+ <img width="100" height="100" :src="accessoryimages.payeeAddressUrl1" alt="" />
|
|
</div>
|
|
</div>
|
|
</WinseaContentModal>
|
|
</WinseaContentModal>
|
|
<WinseaContentModal
|
|
<WinseaContentModal
|