“linengliang”
2024-01-02 ae5576e899261ab2e1613b835dc0dcba2cc6e688
提交
已修改1个文件
29 ■■■■■ 文件已修改
src/views/eam/MalfunctionRepair.vue 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/MalfunctionRepair.vue
@@ -177,6 +177,22 @@
              ></a-input>
            </a-form-item>
          </a-col>
          <a-col
          :md="6"
            :sm="6"
          >
            <a-form-item
              label="是否关键设备"
            >
              <j-dict-select-tag
                allow-clear
                placeholder="请选择是否关键设备"
                :triggerChange="true"
                dictCode="specific_equipment"
                v-model="queryParam.specificEquipment"
              />
            </a-form-item>
          </a-col>
        </a-row>
      </a-form>
    </div>
@@ -220,6 +236,13 @@
        @change="handleTableChange"
        :customRow="clickThenSelect"
      >
      <span
          slot="specificEquipment"
          slot-scope="text"
        >
        <a-icon type="check" style="color: chartreuse;" v-if="text==='0'" />
        <a-icon type="close" v-else style="color:red;"/>
      </span>
        <span
          slot="action"
          slot-scope="text, record"
@@ -414,6 +437,12 @@
          },
        },
        {
          title: '关键设备',
          align: "center",
          dataIndex: 'specificEquipment',
          scopedSlots: { customRender: 'specificEquipment' }
        },
        {
          title: '统一编号',
          align: "center",
          dataIndex: 'equipmentNum'