2020年9月17日

摘要: 需求: 纵坐标为日期 横坐标为 时间点 且 横坐标有分支(前提事件) 纵坐标是用elementUi里的事件轴实现。 实现: <template> <div class="processInfo" v-loading="openAccountProcessLoading"> <common-title 阅读全文

posted @ 2020-09-17 16:17 嗷呜~ 阅读(18064) 评论(3) 推荐(1) 编辑

摘要: 需求: 点击新增 弹出另一个系统页面,进行操作 代码: html: <button type="button" class="btn btn-primary btn-sm" id="addRuleSeletedBtn">新建</button> <div class="ruleModal hide"> 阅读全文

posted @ 2020-09-17 14:37 嗷呜~ 阅读(3012) 评论(0) 推荐(0) 编辑

摘要: 需求: select下拉框 选择一个值时,把这个值的别的属性自动填充到页面的input中,且 select选项可以新增, 在选择新增的select选项时,经过打印 发现list中没有获取新增项。 解决方案: 通过把需要用到的每项的属性 添加到 自定义属性中,通过获取自定义属性的值来获取 代码: cs 阅读全文

posted @ 2020-09-17 14:18 嗷呜~ 阅读(1070) 评论(0) 推荐(0) 编辑

摘要: 需求: 原生js 模板引擎渲染: 代码: <select style="height: 28px;border-radius: 5px;" class="input-md selectpicker" data-live-search="true" id="ruleSeleted" name="rul 阅读全文

posted @ 2020-09-17 13:59 嗷呜~ 阅读(452) 评论(0) 推荐(0) 编辑

摘要: 简介: 基于jq的 下拉框 bootstrap-select 是基于 jQuery v1.9.1 +,Bootstrap的dropdown.js组件和Bootstrap的CSS Bootstrap 4仅适用于bootstrap-select v1.13.0 + bootstrap-select :g 阅读全文

posted @ 2020-09-17 13:50 嗷呜~ 阅读(419) 评论(0) 推荐(0) 编辑