From 74314fda7855201f467f35dc2aecda2cd9b4d799 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Mon, 06 Dec 2021 16:02:33 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory_ys
---
src/views/licenseApproval/securityGuard.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/licenseApproval/securityGuard.vue b/src/views/licenseApproval/securityGuard.vue
index 17a36ad..4b04c3d 100644
--- a/src/views/licenseApproval/securityGuard.vue
+++ b/src/views/licenseApproval/securityGuard.vue
@@ -2,7 +2,7 @@
* @Author: liu
* @Date: 2021-08-26 16:57:58
* @Last Modified by: liu
- * @Last Modified time: 2021-12-04 10:23:21
+ * @Last Modified time: 2021-12-06 10:39:11
*/
@@ -85,9 +85,9 @@
v-if="
row.papprove == '1' && row.xapprove == '1' && row.sapprove == '1'
"
- >打印备案证
+ >备案回执
</el-button>
- <el-button
+ <!-- <el-button
icon="el-icon-brush"
:size="size"
:type="type"
@@ -96,7 +96,7 @@
"
@click.stop="viewLicensehuizhi(row)"
>回执打印
- </el-button>
+ </el-button> -->
</template>
<template class="tdtype" slot-scope="{ row }" slot="papprove">
<el-tag class="dtype">
@@ -506,8 +506,9 @@
this.licenceData.row = row;
this.licenceData.chiden = {};
this.licenceData.chiden["名称"] = row.enterprisename;
+ this.licenceData.chiden["信用代码号"] = row.creditcode;
this.licenceData.chiden["地址"] = row.address;
- this.licenceData.chiden["服务区域"] = row.industry;
+ this.licenceData.chiden["许可服务范围"] = row.industry;
this.licenceData.chiden["法定代表人"] = row.representative;
this.licenceData.chiden["备案时间"] = row.officetime;
this.licenceData.chiden["备案内容"] = "自招保安单位备案";
--
Gitblit v1.9.3