Commit 8068fd3f authored by 何远江's avatar 何远江

1

parent 31227ba6
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
<template #header> <template #header>
<div class="header-cell" @click="(e) => showPopover(e, item)"> <div class="header-cell" @click="(e) => showPopover(e, item)">
<template v-for="cf in getAllMapConfigs[item].filedConfs"> <template v-for="cf in getAllMapConfigs[item].filedConfs">
<span>{{ cf.orderFiled.fliedTitle }}</span> <span>{{ cf.orderFiled?.fliedTitle }}</span>
</template> </template>
<!-- <span>{{ allMapConfigs[item]?.orderFiled.fliedTitle || '' }}</span> --> <!-- <span>{{ allMapConfigs[item]?.orderFiled.fliedTitle || '' }}</span> -->
<el-icon><Setting /></el-icon> <el-icon><Setting /></el-icon>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment