|
@@ -1,7 +1,7 @@
|
|
<!--
|
|
<!--
|
|
* @Author: Liugh
|
|
* @Author: Liugh
|
|
* @Date: 2021-05-26 15:09:38
|
|
* @Date: 2021-05-26 15:09:38
|
|
- * @LastEditTime: 2021-05-28 15:31:18
|
|
|
|
|
|
+ * @LastEditTime: 2021-05-28 16:36:56
|
|
* @LastEditors: Do not edit
|
|
* @LastEditors: Do not edit
|
|
* @FilePath: \auth-web\src\pages\log-manage\err-auth-earlywarning-manage\edit.vue
|
|
* @FilePath: \auth-web\src\pages\log-manage\err-auth-earlywarning-manage\edit.vue
|
|
* @Description:
|
|
* @Description:
|
|
@@ -11,8 +11,8 @@
|
|
<el-form ref="ruleForm" :model="form" label-width="100px" label-suffix=":">
|
|
<el-form ref="ruleForm" :model="form" label-width="100px" label-suffix=":">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
- <el-form-item label="方案名称">
|
|
|
|
- <el-input clearable placeholder="请输入方案名称" v-model="form.name"></el-input>
|
|
|
|
|
|
+ <el-form-item label="方案名称" >
|
|
|
|
+ <el-input clearable placeholder="请输入方案名称" v-model="form.name" disabled></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -56,14 +56,14 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
- <el-form-item label="规则说明">
|
|
|
|
- <el-input type="textarea" :rows="2" placeholder="请输入规则说明" v-model="form.ruleExplain">
|
|
|
|
|
|
+ <el-form-item label="规则说明" >
|
|
|
|
+ <el-input type="textarea" :rows="2" placeholder="请输入规则说明" v-model="form.ruleExplain" disabled>
|
|
</el-input>
|
|
</el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-form-item label="预警信息">
|
|
<el-form-item label="预警信息">
|
|
- <el-input type="textarea" :rows="2" placeholder="请输入预警信息" v-model="form.warningMsg">
|
|
|
|
|
|
+ <el-input type="textarea" :rows="2" placeholder="请输入预警信息" v-model="form.contentFormat" disabled>
|
|
</el-input>
|
|
</el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-col>
|
|
</el-col>
|