Browse Source

Merge branch 'yufei' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
yufei111 2 years ago
parent
commit
17ba6d7777
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/components/PositionMsg/OverLay.vue
  2. +1
    -1
      src/views/task-manage/question/index.vue

+ 1
- 1
src/components/PositionMsg/OverLay.vue View File

@@ -26,7 +26,7 @@
<span>{{ form.lng }},{{ form.lat }}</span>
</n-form-item>
<n-form-item label="问题图片:">
<img class="image_size" :src="form.fileMarkerUrl" alt="" style="width: 108px; height: auto; margin: 0 5px 5px 0">
<n-image class="image_size" :src="form.fileMarkerUrl" alt="" width="120" />
</n-form-item>
</n-form>
</div>

+ 1
- 1
src/views/task-manage/question/index.vue View File

@@ -26,7 +26,7 @@
<ConfirmModal v-if="confirmModal" v-model:visible="confirmModal" :data="pageData" :select-row="rowData" @update-data="handleReload" />

<!-- 图片位置 -->
<position-drawer v-model:visible="positionDrawer" :data="pageData" />
<position-drawer v-model:visible="positionDrawer" :data="rowData" />

</template>


Loading…
Cancel
Save