|
@@ -80,27 +80,27 @@
|
|
|
<image-upload v-model="inputForm.attachedDocumentId" :limit="3" tip="最多上传3个图片,单个图片不要超过10M"></image-upload>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ <!-- <el-col :span="12">
|
|
|
<el-form-item label="备注" prop="remark"
|
|
|
:rules="[
|
|
|
]">
|
|
|
- <el-input type="textarea" v-model="inputForm.remark" placeholder="请填写备注" ></el-input>
|
|
|
+ <el-input type="textarea" v-model="inputForm.remark" placeholder="请填写备注" readonly ></el-input>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="12">
|
|
|
+ </el-col> -->
|
|
|
+ <!-- <el-col :span="12">
|
|
|
<el-form-item label="状态" prop="state"
|
|
|
:rules="[
|
|
|
]">
|
|
|
- <el-select v-model="inputForm.state" placeholder="请选择" style="width: 100%;">
|
|
|
- <el-option
|
|
|
- v-for="item in $dictUtils.getDictList('gw_state')"
|
|
|
- :key="item.value"
|
|
|
- :label="item.label"
|
|
|
- :value="item.value">
|
|
|
- </el-option>
|
|
|
- </el-select>
|
|
|
+ <el-select v-model="inputForm.state" placeholder="请选择" style="width: 100%;" readonly>
|
|
|
+ <el-option
|
|
|
+ v-for="item in $dictUtils.getDictList('gw_state')"
|
|
|
+ :key="item.value"
|
|
|
+ :label="item.label"
|
|
|
+ :value="item.value">
|
|
|
+ </el-option>
|
|
|
+ </el-select>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
<template #footer>
|