| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="行走路线:" prop="name"> |
| | | <el-input v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | <el-input type="textarea" v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="隐患地点:" prop="name"> |
| | | <el-input v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | <el-input type="textarea" v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="隐患内容:" prop="name"> |
| | | <el-input v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | <el-input type="textarea" v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="危险源:" prop="name"> |
| | | <el-input v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | <el-input type="textarea" v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="发送流程:" prop="name"> |
| | | <el-input v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | <el-input type="textarea" v-model="ruleForm.name" class="multiline" :disabled="true"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | :file-list="fileList" |
| | | :before-upload="beforeUpload" |
| | | :auto-upload="true"> |
| | | <el-button slot="trigger" size="small" type="primary">选取文件</el-button> |
| | | <el-button slot="trigger" size="small" type="primary">选则文件</el-button> |
| | | <div slot="tip" class="el-upload__tip">只能上传.jpg,.gif,.bmp,.png,.jpeg格式的图片</div> |
| | | </el-upload> |
| | | </el-form-item> |
| | |
| | | <el-row> |
| | | <el-col :span="22"> |
| | | <el-form-item label="备注" prop="desc"> |
| | | <el-input type="textarea" v-model="ruleForm.desc" style="min-height: 80px;"></el-input> |
| | | <el-input class="textarea" type="textarea" v-model="ruleForm.desc"></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | /deep/ .multiline .el-input__inner { |
| | | height: 62px; |
| | | } |
| | | /deep/ .textarea .el-textarea__inner{ |
| | | height: 80px; |
| | | max-height: 80px; |
| | | overflow-y: auto |
| | | } |
| | | </style> |