| | |
| | | <a-row :gutter="24"> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="参数编码"> |
| | | <a-input placeholder="请输入参数编码" v-model="queryParam.parameterCode"></a-input> |
| | | <j-input placeholder="请输入参数编码" v-model="queryParam.parameterCode"></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-form-item label="参数名称"> |
| | | <a-input placeholder="请输入参数名称" v-model="queryParam.parameterName"></a-input> |
| | | <j-input placeholder="请输入参数名称" v-model="queryParam.parameterName"></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |