qushaowei
2025-07-03 4c8b185fea72bc3bb8fc380a196b8fe2a8e5f1af
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">