qushaowei
2025-05-30 25fee48ceca7a54bc6008eb2e2fb6d8ea801a50e
src/views/eam/modules/maintenancePlan/StandardSelect.vue
@@ -8,7 +8,7 @@
    @cancel="close"
    style="top:50px"
    cancelText="关闭"
    :width="2000"
    :width="1600"
  >
    <a-card :bordered="false">
      <div class="table-page-search-wrapper">
@@ -42,7 +42,8 @@
             <!-- 按中心查询 -->
            <a-col
              :md="6"
              :sm="6" >
              :sm="6"
            >
              <a-form-item label="中心">
                <j-dict-select-tag
                allow-clear
@@ -55,7 +56,8 @@
            </a-col> 
            <a-col
              :md="6"
              :sm="6">
              :sm="6"
            >
              <a-form-model-item
              label="下次三保时间"
              prop="ranges"
@@ -70,7 +72,6 @@
                />
              </a-form-model-item>
            </a-col>
            <a-col :md="3">
              <span
@@ -147,31 +148,31 @@
          title: '统一编码',
          align: 'center',
          dataIndex: 'num',
          width: 200
          // width: 200
        },
        {
          title: '设备名称',
          align: 'center',
          dataIndex: 'name',
          width: 200
          // width: 200
        },
        {
          title: '设备型号',
          align: 'center',
          dataIndex: 'model',
          width: 200
          // width: 200
        },
        {
          title: '设备规格',
          align: 'center',
          dataIndex: 'specification',
          width: 200
          // width: 200
        },
        {
          title: 'ABC标识',
          align: "center",
          dataIndex: 'equipmentImportanceId',
          width: 100
          // width: 100
        },
        {
          title: '关键设备标识',
@@ -182,28 +183,28 @@
        {
          title: '设备状态',
          align: 'center',
          dataIndex: 'equipmentStatus_dictText',
          width: 100
          // dataIndex: 'equipmentStatus_dictText',
          // width: 100
        },
        {
          title: '技术状态',
          align: 'center',
          dataIndex: 'technologyStatus_dictText',
          width: 100
          // width: 100
        },
        //下次三保时间
        {
          title: '下次三保时间',
          align: 'center',
          dataIndex: 'nextThirdMaintenanceTime',
          width: 200
          // width: 200
        },
        //中心
        {
          title: '中心',
          align: 'center',
          dataIndex: 'workCenterId_dictText',
          width: 200
          // width: 200
        },
      ],
      selectedRowKeys: [],