修改只读模式
This commit is contained in:
parent
85fb3d9b4f
commit
cdbaeae409
|
|
@ -147,7 +147,7 @@
|
|||
id="ConfigServiceDirectiveForm-serviceContent" :labelCol="labelCol2" :wrapperCol="wrapperCol2"
|
||||
name="serviceContent">
|
||||
<a-textarea v-model:value="formData.serviceContent" placeholder="请输入服务指令描述" :maxlength="200" :rows="3"
|
||||
:autosize="{ minRows: 3 }" :showCount="true" :disabled="disabled || (!isMain && !!formData.id)" />
|
||||
:autosize="{ minRows: 3 }" :showCount="true" :disabled="disabled" />
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
|
|
|||
Loading…
Reference in New Issue