From 0ecde24994e0401ddf58ec486a073bcf9ec471cd Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Tue, 12 Apr 2022 09:51:10 +0800
Subject: [PATCH] 新增
---
src/views/hiddenDangerRectification/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/hiddenDangerRectification/index.vue b/src/views/hiddenDangerRectification/index.vue
index 309fdb8..88bc5a0 100644
--- a/src/views/hiddenDangerRectification/index.vue
+++ b/src/views/hiddenDangerRectification/index.vue
@@ -132,8 +132,8 @@
</el-col>
</el-form-item>
<el-form-item style="text-align:center;padding:0 50px">
- <el-button type="primary" class="btns" icon="el-icon-search">查询</el-button>
- <el-button type="primary" class="btns" icon="el-icon-upload2">导出excel</el-button>
+ <el-button type="primary" class="btns" size="small" icon="el-icon-search">查询</el-button>
+ <el-button type="primary" class="btns" size="small" icon="el-icon-upload2">导出excel</el-button>
</el-form-item>
</el-form>
<el-row class="title-center">
@@ -281,12 +281,12 @@
path:"/sendHiddenDangerList"
})
},
- // 申请延期页面跳转
+
applicationExtension(){
this.$router.push({
path:"/applicationForExtension"
})
- }
+ },
}
};
</script>
--
Gitblit v1.9.2