qushaowei
2023-10-07 d1c021fb4ebce99ca36ad877ae6633de995b91b5
src/views/eam/modules/site/ProductionLineList.vue
@@ -8,7 +8,7 @@
        class="action-jeecg actionline1"
        style="font-size: 18px;"
      />
      产线
      工段
    </template>
    <!-- 查询区域 -->
    <div class="table-page-search-wrapper">
@@ -23,12 +23,12 @@
            :sm="8"
          >
            <a-form-item
              label="产线编号"
              label="工段编号"
              :labelCol="{span: 5}"
              :wrapperCol="{span: 18, offset: 1}"
            >
              <j-input
                placeholder="请输入产线编号查询"
                placeholder="请输入工段编号查询"
                v-model="queryParam.num"
              ></j-input>
            </a-form-item>
@@ -38,12 +38,12 @@
            :sm="8"
          >
            <a-form-item
              label="产线名称"
              label="工段名称"
              :labelCol="{span: 5}"
              :wrapperCol="{span: 18, offset: 1}"
            >
              <j-input
                placeholder="请输入产线名称查询"
                placeholder="请输入工段名称查询"
                v-model="queryParam.name"
              ></j-input>
            </a-form-item>
@@ -238,13 +238,13 @@
          }
        },
        {
          title: '产线编号',
          title: '工段编号',
          align: "center",
          dataIndex: 'num',
          sorter: true,
        },
        {
          title: '产线名称',
          title: '工段名称',
          dataIndex: 'name',
          align: "center",
          key: 'name',