File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 31
31
/>
32
32
</el-row >
33
33
<el-row >
34
- <el-icon ><Location /></el-icon >{{ label }}
34
+ <el-icon ><Location /></el-icon >
35
+ <Icon icon =" ep:location" />
36
+ {{ label }}
35
37
</el-row >
36
38
</el-col >
37
39
</el-link >
38
40
</div >
39
41
</template >
40
-
41
42
<script setup lang="ts" name="WxLocation">
42
- import { Location } from ' @element-plus/icons-vue'
43
-
44
43
const props = defineProps ({
45
44
locationX: {
46
45
required: true ,
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
183
183
// import WxVideoPlayer from '@/views/mp/components/wx-video-play/main.vue'
184
184
// import WxVoicePlayer from '@/views/mp/components/wx-voice-play/main.vue'
185
185
// import WxMsg from '@/views/mp/components/wx-msg/main.vue'
186
- // import WxLocation from '@/views/mp/components/wx-location/main.vue'
186
+ import WxLocation from ' @/views/mp/components/wx-location/main.vue'
187
187
// import WxMusic from '@/views/mp/components/wx-music/main.vue'
188
188
// import WxNews from '@/views/mp/components/wx-news/main.vue'
189
189
import { parseTime } from ' @/utils/formatTime'
You can’t perform that action at this time.
0 commit comments