From dce82be25e79815c012646f61a3a16530da17b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 26 May 2021 14:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../domesticStandardsAndRegulations/index.vue | 48 ++++++++----------- src/pages/skillReq/SkillReqSee/searchForm.vue | 1 - 2 files changed, 20 insertions(+), 29 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 7703cd0be..fee3d0d68 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -65,15 +65,13 @@ icon="el-icon-search" type="primary" class="common-button-primary" - round @click="searchBtnClick(standCommonlySearch)"> - 高级查询 + 高级查询 @@ -85,17 +83,14 @@
新增 导入 导出 @@ -105,19 +100,17 @@ 批量删除 移除标准 模板下载 配置标准
@@ -247,7 +240,7 @@ 取消 - 提交 + 提交 @@ -513,7 +506,7 @@
@@ -600,8 +593,8 @@ - - + + @@ -718,10 +711,10 @@ placeholder="根据标准号/名称查找" clearable/> - + - + @@ -793,7 +786,6 @@ @@ -854,7 +846,7 @@

{ this.$http.post('lawss/sarMenu/deleteMenuAndChildren', this.selectSarMenu, { _this: this, loading: 'loading' @@ -1907,7 +1899,7 @@ export default { confirmButtonText: '确定', confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', - roundButton: true, + roundButton: false, type: 'warning' }).then(() => { this.$http.post('lawss/sarMenu/deleteMenuAndChildren', this.selectSarMenu, { @@ -2184,7 +2176,7 @@ export default { confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', type: 'warning', - roundButton: true + roundButton: false }).then(() => { this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: itemid}, { _this: this, @@ -2208,7 +2200,7 @@ export default { confirmButtonText: '确定', confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', - roundButton: true, + roundButton: false, type: 'warning' }) } else { @@ -2217,7 +2209,7 @@ export default { confirmButtonText: '确定', confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', - roundButton: true, + roundButton: false, type: 'warning' }).then(() => { this.$http.post('lawss/sarStandardsInfo/deleteSarStandards', {ids: this.selectedList.join(',')}, { @@ -3043,7 +3035,7 @@ export default { confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', type: 'warning', - roundButton: true + roundButton: false }).then(() => { search.idlist.push(item) this.$http.putData('lawss/sarStandMenu/removeStandInfo', search, { @@ -3064,7 +3056,7 @@ export default { confirmButtonText: '确定', confirmButtonClass: 'common-button-primary', cancelButtonText: '取消', - roundButton: true, + roundButton: false, type: 'warning' }).then(() => { for (let i = 0; i < this.selectedList.length; i++) { diff --git a/src/pages/skillReq/SkillReqSee/searchForm.vue b/src/pages/skillReq/SkillReqSee/searchForm.vue index b600b14ce..3f204fb32 100644 --- a/src/pages/skillReq/SkillReqSee/searchForm.vue +++ b/src/pages/skillReq/SkillReqSee/searchForm.vue @@ -404,7 +404,6 @@ export default { span { margin-right: 15px; padding: 0px 7px; - 2px; transition: all 0.3s ease; user-select: none; margin-bottom: 5px;