“linengliang”
2023-12-13 6d27d17b87da1b56b8c67139231190f487071b8f
src/views/eam/RepairOrderList.vue
@@ -523,7 +523,7 @@
          }
        },
        {
          title: '关键设备?',
          title: '关键设备',
          align: "center",
          dataIndex: 'specificEquipment',
          scopedSlots: { customRender: 'specificEquipment' }
@@ -958,13 +958,15 @@
  },
}
</script>
<style scoped>
<style lang="less" scoped>
@import '~@assets/less/common.less';
.error {
/deep/.error {
  color: red;
  font-weight: bold;
}
.primary {
/deep/.primary {
  color: rgb(255, 0, 251);
  font-weight: bold;
}