Commit 0c98c585 by yzh

fix:修改st编号,添加tle编号

parent 10eb8b03
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="No-Item" :class="{ selected: isSelected }" @click="selectNo"> <div class="No-Item" :class="{ selected: isSelected }" @click="selectNo">
<!-- 新增选中标识,增强视觉反馈 --> <!-- 新增选中标识,增强视觉反馈 -->
<span class="selected-icon" v-if="isSelected"></span> <span class="selected-icon" v-if="isSelected"></span>
{{ props.No }} TLE编号:{{ props.No }}
</div> </div>
</template> </template>
......
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