wangyanshen
2023-01-11 28c552b1eb7942e03bec6ded2f9b36cf966eba5f
src/views/main/istation/fault/faultSet.vue
@@ -15,7 +15,7 @@
    >
      <template v-slot:titleright>
        <div class="titleSlotRight">
          <fks-button icon="fks-icon-plus" @click="addGroup"></fks-button>
          <fks-button icon="fks-icon-plus" type="text" style="margin-right:5px;" @click="addGroup"></fks-button>
        </div>
      </template>
    </left-tree>
@@ -23,7 +23,7 @@
      <titleBoxVue style="background-color:#fff;" :title="titleName">
        <template v-slot:right>
          <div class="titleSlotRight">
            <fks-button icon="fks-icon-plus" @click="add">添加</fks-button>
            <fks-button icon="fks-icon-plus" type="primary" @click="add">添加</fks-button>
          </div>
        </template>
      </titleBoxVue>