cuilei
2025-05-07 da5bd5596b1f0f7a27cd0791a17a7fc3b608f523
src/views/eam/base/EamProcessParametersList.vue
@@ -7,12 +7,12 @@
        <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">