wangyanshen
2023-01-11 28c552b1eb7942e03bec6ded2f9b36cf966eba5f
src/views/main/istation/fault/faultReport.vue
@@ -34,6 +34,7 @@
              <fks-button
                style="margin-left: 10px"
                type="primary"
                icon="fks-icon-search"
                @click="query"
                >搜索</fks-button
              >
@@ -226,12 +227,12 @@
          </div>
        </div>
      </div>
      <div slot="footer" class="dialog-footer">
      <!-- <div slot="footer" class="dialog-footer">
        <fks-button @click="detailFaultReportVisible = false">取 消</fks-button>
        <fks-button type="primary" @click="detailFaultReportVisible = false"
          >确 定</fks-button
        >
      </div>
      </div> -->
    </fks-dialog>
  </div>
</template>