qushaowei
2023-09-05 def88c97c86087175bfd9b9fe82e78d2cd3ef6f0
src/views/eam/modules/dailyMaintenanceStandard/JSelectMaintenanceStandardModal.vue
@@ -22,7 +22,7 @@
              :sm='6'
            >
              <a-form-item label='保养项目名称'>
                <a-input
                <j-input
                  placeholder='请输入保养项目名称'
                  v-model='queryParam.name'
                />
@@ -118,6 +118,11 @@
          dataIndex: 'maintenanceSpecialtyId_dictText'
        },
        {
          title: '保养部位',
          align: 'center',
          dataIndex: 'location'
        },
        {
          title: '安全要求',
          align: 'center',
          dataIndex: 'maintenanceRequire'