pms-aomei/src/views/atomViews/ListViewWithDetail.vue

20 lines
619 B
Vue
Raw Normal View History

2023-01-16 11:08:54 +08:00
<template>
<div>
<!-- 用于展示 http://rp.picaiba.com/am/2022-12-08/#id=l1p50r&p=%E6%96%B0%E5%A2%9E_%E7%BC%96%E8%BE%91_7&g=1 这样的页面 -->
<!-- 1.详情字段较多
2.展示列表
3.列表和详情字段需要分为两个或多个 tag比如 详情字段+检测工艺明细列表+包装工艺明细列表 可点击在同一个页面切换 -->
<!-- 要有 只读模式 配置 -->
</div>
</template>
<script>
export default { name: '', props:{}, data() {return {}}, created() {}, mounted() {}, methods: {}}
</script>
<style scoped>
</style>