Browse Source

Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
zhangtao 2 years ago
parent
commit
772b3b0094
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/question-manage/question-list/components/MapDrawer.vue

+ 1
- 1
src/views/question-manage/question-list/components/MapDrawer.vue View File

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

Loading…
Cancel
Save