| | |
| | | <el-form ref="form" :model="linkType" :rules="rules" class="linkTypeForm" inline label-suffix=":" |
| | | show-message="true" size="medium" status-icon="true" @resetFields="resetForm"> |
| | | <el-form-item label="英文名称" label-width="100px" prop="id" required="true"> |
| | | <el-input v-model="linkType.id" :disabled="this.linkType.hasOwnProperty('id')" :prefix-icon="icons.id" maxlength="15" show-word-limit |
| | | <el-input v-model="linkType.id" :disabled="linkStatus !== 'add'" :prefix-icon="icons.id" maxlength="15" show-word-limit |
| | | type="text"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="中文名称" label-width="100px"> |
| | |
| | | }, |
| | | icons: { |
| | | type: Array |
| | | }, |
| | | linkStatus: { |
| | | type:String |
| | | } |
| | | }, |
| | | watch: { |