From 163e1b0c944efb54da53eee59400677e5d67f0dc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 27 Aug 2021 19:37:10 +0800
Subject: [PATCH] 备案证
---
src/views/licenseApproval/securityTraining.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/views/licenseApproval/securityTraining.vue b/src/views/licenseApproval/securityTraining.vue
index 40647ab..cc4d6c1 100644
--- a/src/views/licenseApproval/securityTraining.vue
+++ b/src/views/licenseApproval/securityTraining.vue
@@ -2,7 +2,7 @@
* @Author: liu
* @Date: 2021-08-26 16:55:25
* @Last Modified by: liu
- * @Last Modified time: 2021-08-27 11:32:24
+ * @Last Modified time: 2021-08-27 11:45:56
*/
@@ -201,8 +201,8 @@
v-model="textareaShenpi"
></textarea>
<div class="but">
- <el-button @click="closecc">通过</el-button>
- <el-button type="primary" @click="subcc">不通过</el-button>
+ <el-button type="danger" @click="subcc">不通过</el-button>
+ <el-button type="primary" @click="closecc">通过</el-button>
</div>
</div>
</el-dialog>
@@ -293,7 +293,9 @@
{
label: "法定代表人",
prop: "representative",
+ search: true,
width: 82,
+ searchLabelWidth: 90,
rules: [
{
required: true,
@@ -486,7 +488,7 @@
},
{
label: "许可类型",
- search: true,
+ // search: true,
hide: true,
prop: "ptype",
type: "select",
--
Gitblit v1.9.3