From 942b95daa0dd2a9e764da5cc6cdfd95383447b80 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Tue, 12 Apr 2022 17:06:04 +0800
Subject: [PATCH] 重大
---
src/views/hiddenDangerManagement/fillRectification.vue | 26 +++++++++++++++++++++-----
1 files changed, 21 insertions(+), 5 deletions(-)
diff --git a/src/views/hiddenDangerManagement/fillRectification.vue b/src/views/hiddenDangerManagement/fillRectification.vue
index 12dc00c..7e5477d 100644
--- a/src/views/hiddenDangerManagement/fillRectification.vue
+++ b/src/views/hiddenDangerManagement/fillRectification.vue
@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div>
- <Titlename title="申请延期"></Titlename>
+ <Titlename title="填写整改"></Titlename>
<div class="whole-form">
<el-form :model="config" ref="configTableForm">
<el-table
@@ -129,12 +129,14 @@
</el-table-column>
</el-table>
</el-form>
- <div class="btns">
+ <div class="btn">
<el-button
+ class="btns"
type="primary"
@click="submitConfig('config')">保存</el-button>
<el-button
- type="primary">取消</el-button>
+ class="btns"
+ type="primary" @click="close()">关闭</el-button>
</div>
</div>
</div>
@@ -221,7 +223,12 @@
// cell.querySelector('.item__input').style.display = 'none'
// cell.querySelector('.item__txt').style.display = 'block'
}
- }
+ },
+ close(){
+ this.$router.push({
+ path:"/hiddenDangerManagement"
+ })
+ },
}
}
</script>
@@ -258,8 +265,17 @@
/deep/ .is-center{
font-size: 14px;
}
- .btns{
+ .btn{
text-align: center;
margin-top: 50px;
}
+ .btns{
+ background-color: #034ea2;
+ border: 1px solid #034ea2;
+ }
+ .el-button:hover {
+ background: #66b1ff;
+ border-color: #66b1ff;
+ color: #FFF;
+ }
</style>
--
Gitblit v1.9.2