会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
龙旋风
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
5
6
7
8
9
10
下一页
2019年6月28日
ag-grid-vue的配置
摘要: public get gridOptions(): GridOptions { const that = this; return { headerHeight: 30,// 表头高度 rowHeight: 30,// 行高 columnDefs: [//列定义 { headerName: '规则唯一号',...
阅读全文
posted @ 2019-06-28 15:58 龙旋风
阅读(6739)
评论(9)
推荐(0)
2019年6月27日
弹框提示
摘要: UI.Confirm('切换医疗单位,是否继续?', '三佳提示', {}) .then(() => { // 清空右上表格数据 this.$refs['dynamicValidateForm'].resetFields(); }) .catch(() => {}); this.$conf...
阅读全文
posted @ 2019-06-27 14:17 龙旋风
阅读(247)
评论(2)
推荐(0)
2019年6月25日
ag-grid-vue 本地删除,不重新刷新数据
摘要: // 这是本地删除,不重新刷新数据 that.gridListOptions.api.updateRowData({ remove: [that.submitTransmitData] });
阅读全文
posted @ 2019-06-25 14:46 龙旋风
阅读(958)
评论(10)
推荐(0)
2019年6月21日
el-select,选择一行,获取当前行对象的value和label
摘要: set_invoice_form: any = { InvoiceType: {} }; this.set_invoice_form.InvoiceType = this.NameOptions[0]
阅读全文
posted @ 2019-06-21 17:19 龙旋风
阅读(3661)
评论(2)
推荐(0)
读卡组件的配置显示
摘要: 当isShowPatientNo ="false" 时候,不显示.门诊/住院号
阅读全文
posted @ 2019-06-21 11:25 龙旋风
阅读(324)
评论(10)
推荐(0)
2019年6月20日
获取登陆信息 在created()方法中
摘要: // 获取登录信息 public async InitUser() { await sj.globalVar.Init(true); this.params.unitId = sj.globalVar.UnitID; this.params.unitName = sj.globalVar.UnitName; this.params.userId = sj....
阅读全文
posted @ 2019-06-20 15:08 龙旋风
阅读(330)
评论(0)
推荐(0)
filter map和reduce
摘要: 开始是这样 最后是
阅读全文
posted @ 2019-06-20 11:46 龙旋风
阅读(338)
评论(5)
推荐(0)
2019年6月19日
filter和map的使用
摘要: if ( this.dataAggridvue.filter( item => item.Accepted == true && item.InvoiceGroupCode !== InvoiceGroupCode ).length > 0 ) { this.dataAggridvue.map(function ...
阅读全文
posted @ 2019-06-19 19:43 龙旋风
阅读(957)
评论(3)
推荐(0)
k-window的关闭与打开设置
摘要: // 打开弹框窗口 public showKwinDow() { const that = this as any; // 设置窗口居中 that.$refs['setAddEdit'].widget.center(); // 打开窗口 that.$refs['setAddEdit'].widget.open(); } //...
阅读全文
posted @ 2019-06-19 14:43 龙旋风
阅读(512)
评论(1)
推荐(0)
2017年6月24日
教你如何配置WampServer
摘要: httpdconfig 搜索deny 268行 Deny 换成Allow 在本机cmd 搜索 ipconfig 找到 本机的ip 地址 239 行 DocumentRoot "e:/myweb"240 行 <Directory "e:/myweb" > 更改这里 可以改变 存放的目录路径 499行
阅读全文
posted @ 2017-06-24 22:46 龙旋风
阅读(534)
评论(2)
推荐(0)
上一页
1
···
5
6
7
8
9
10
下一页
公告