唐耀东
2022-07-16 4ef06d948899e393515bd62819f4f773766f9449
src/views/components/constructionBatch/list.vue
@@ -1,6 +1,6 @@
<template>
  <div class="app-container">
    <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
    <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent>
      <el-form-item label="施工批次" prop="batch">
        <el-input
          v-model="queryParams.batch"