소스 검색

Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
zhangtao 2 년 전
부모
커밋
772b3b0094
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/question-manage/question-list/components/MapDrawer.vue

+ 1
- 1
src/views/question-manage/question-list/components/MapDrawer.vue 파일 보기

@@ -1,7 +1,7 @@
<template>
<n-drawer v-bind="getDrawerOptions" @update:show="handleDrawerColse">
<n-drawer-content closable title="图片位置">
<PositionMsg :data="getPostionOptions" />
<PositionMsg :data="getPostionOptions" :show-legend="false" />
</n-drawer-content>
</n-drawer>
</template>

Loading…
취소
저장