zhuzhuanzhuan
2023-11-24 5fb6a22802318375b003c0319287553673878690
src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderModal.vue
@@ -378,11 +378,11 @@
          },
          width: 50,
        },
        {
          title: '部位',
          align: 'center',
          dataIndex: 'location'
        },
        // {
        //   title: '部位',
        //   align: 'center',
        //   dataIndex: 'location'
        // },
        {
          title: '点检项目',
          align: 'center',
@@ -408,12 +408,12 @@
        //   align: 'center',
        //   dataIndex: 'inspectionTool'
        // },
        {
          title: '示意图',
          align: "center",
          dataIndex: 'photo',
          scopedSlots: { customRender: 'photo' },
        },
        // {
        //   title: '示意图',
        //   align: "center",
        //   dataIndex: 'photo',
        //   scopedSlots: { customRender: 'photo' },
        // },
      ],
      title: "操作",
      visible: false,
@@ -436,7 +436,7 @@
      validatorRules: {
        num: {
          rules: [
            { required: true, message: '请输入设备编码!' },
            { required: true, message: '请输入统一编码!' },
          ]
        },
        equipmentId: {