摘要: 单个输入框的 组件代码: <el-date-picker v-model="value1" type="date" placeholder="选择日期" :picker-options="pickerOptions0"> </el-date-picker> 情景1: 设置选择今天以及今天之后的日期 阅读全文
posted @ 2021-08-10 17:19 Hakuna__Matata 阅读(259) 评论(0) 推荐(0) 编辑
摘要: // 展示安全问题详情 ShowSecurityQues (item) { const itemCode = item.label this.detailsTitle = itemCode const SecurityNum = this.SecurityInfo.findIndex((item) 阅读全文
posted @ 2021-08-10 17:13 Hakuna__Matata 阅读(112) 评论(0) 推荐(0) 编辑
摘要: vue部分 //- 安全风险/质量标准内容页面 .risk_quality_details template(v-if="detailObj.option 'textTab'") .work_list_details2(v-for="item in risk_quailty_content") .r 阅读全文
posted @ 2021-08-10 17:07 Hakuna__Matata 阅读(159) 评论(0) 推荐(0) 编辑
摘要: components: { CloseButton, Pagination, Tree, Dialog }, directives: { loadmore: { bind (el, binding) { const selectWrap = el.querySelector('.el-table__ 阅读全文
posted @ 2021-08-10 16:29 Hakuna__Matata 阅读(1729) 评论(0) 推荐(0) 编辑