From af13278b8cb2577d737860bc8e4c8ba6b1335d70 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期三, 13 四月 2022 09:51:13 +0800
Subject: [PATCH] 查
---
src/views/hiddenDangerRectification/applicationForExtension.vue | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/views/hiddenDangerRectification/applicationForExtension.vue b/src/views/hiddenDangerRectification/applicationForExtension.vue
index bfd78c6..09e1065 100644
--- a/src/views/hiddenDangerRectification/applicationForExtension.vue
+++ b/src/views/hiddenDangerRectification/applicationForExtension.vue
@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div style="">
- <Titlename title="发送隐患单"></Titlename>
+ <Titlename title="申请延期"></Titlename>
<div class="whole-form">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="150px" class="demo-ruleForm"
style="margin: 0 14% 0 16%;">
@@ -46,8 +46,8 @@
<el-row>
<el-col :span="22">
<el-form-item style="text-align: center;">
- <el-button type="primary" @click="submitForm('ruleForm')">保存</el-button>
- <el-button @click="close()">关闭</el-button>
+ <el-button class="btn" type="primary" @click="submitForm('ruleForm')">保存</el-button>
+ <el-button class="btn" type="primary" @click="close()">关闭</el-button>
</el-form-item>
</el-col>
</el-row>
@@ -127,6 +127,11 @@
});
return false;
}
+ },
+ close(){
+ this.$router.push({
+ path:"/hiddenDangerRectification"
+ })
}
}
}
@@ -143,4 +148,13 @@
max-height: 80px;
overflow-y: auto
}
+ .btn{
+ background-color: #034ea2;
+ border: 1px solid #034ea2;
+ }
+ .el-button:hover {
+ background: #66b1ff;
+ border-color: #66b1ff;
+ color: #FFF;
+ }
</style>
--
Gitblit v1.9.2