2022年6月22日
摘要: 首先看一下页面效果: <template> <view class="page"> <b-nav-bar title="公司多维图" class="title"> <template slot="left"> <view @click="goBack" class="iconfont icon-zu 阅读全文
posted @ 2022-06-22 10:15 Nymph_Zhu 阅读(1431) 评论(0) 推荐(0)
摘要: <template> <!-- 类别筛选组件 --> <view class="timeInput">{{filterArea}} <u-icon name="arrow-up-fill" size="12" :color="areaPopup == true ? '#fff' : '#999'" 阅读全文
posted @ 2022-06-22 09:37 Nymph_Zhu 阅读(7050) 评论(0) 推荐(0)
摘要: 首先看页面效果: 父组件使用 <template> <!-- 时间筛选组件 --> <timeFilter :startTime1="startTime" :endTime1="endTime" :endTimeText1="endTimeText" :startTimeText1="startTi 阅读全文
posted @ 2022-06-22 08:56 Nymph_Zhu 阅读(2321) 评论(0) 推荐(0)