chengxiangling
2025-05-16 444ba76f4cca8a9df3faf61ab33ec631aec7fbba
src/views/demand/planManage/index.vue
@@ -10,7 +10,7 @@
      label-position="left"
    >
      <el-row type="flex" justify="left" :gutter="20">
        <el-col :span="5">
        <el-col :span="6">
          <el-form-item label="计划名称" prop="name">
            <el-input
              style="width: 140px"
@@ -21,14 +21,14 @@
            />
          </el-form-item>
        </el-col>
        <el-col :span="19" style="text-align: right">
        <!-- <el-col :span="19" style="text-align: right">
          <el-form-item class="column-with-margin">
            <el-button type="primary" icon="Search" @click="handleQuery"
              >查询</el-button
            >
            <el-button icon="Refresh" @click="resetQuery">重置</el-button>
          </el-form-item>
        </el-col>
        </el-col> -->
      </el-row>
    </el-form>