|
|
|
@ -1,4 +1,5 @@
|
|
|
|
|
<template>
|
|
|
|
|
<!-- 资产管理-单位字自主填报 -->
|
|
|
|
|
<div class="L-assets-info">
|
|
|
|
|
<el-backtop target=".L-assets-info" />
|
|
|
|
|
<div class="assets-info-top">
|
|
|
|
@ -66,7 +67,6 @@
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
class="website-link"
|
|
|
|
|
|
|
|
|
|
>
|
|
|
|
|
{{ ruleForm.fwwz }}
|
|
|
|
|
</a>
|
|
|
|
@ -416,6 +416,23 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row v-show="ruleForm.xtzt == 5">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="关停原因"
|
|
|
|
|
prop="bfyy"
|
|
|
|
|
:required="ruleForm.xtzt == 5"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
type="textarea"
|
|
|
|
|
resize="none"
|
|
|
|
|
placeholder="请输入关停原因"
|
|
|
|
|
:rows="5"
|
|
|
|
|
v-model="ruleForm.bfyy"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="在线状态">
|
|
|
|
@ -511,23 +528,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row v-show="ruleForm.xtzt == 5">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="关停原因"
|
|
|
|
|
prop="bfyy"
|
|
|
|
|
:required="ruleForm.xtzt == 5"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
type="textarea"
|
|
|
|
|
resize="none"
|
|
|
|
|
placeholder="请输入关停原因"
|
|
|
|
|
:rows="5"
|
|
|
|
|
v-model="ruleForm.bfyy"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-form-item label="系统特征">
|
|
|
|
|