| | |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #luckysheet .save_i{ |
| | | margin-right: 20px; |
| | | font-size: 20px; |
| | | cursor: help; |
| | | } |
| | | |
| | | #luckysheet .save:hover { |
| | | opacity: .8; |
| | | } |
| | |
| | | dataVerification: false, // '数据验证' |
| | | frozenMode: false, // '冻结方式' |
| | | currencyFormat: false, //货币格式 |
| | | percentageFormat: false, //百分比格式 |
| | | numberDecrease: false, // '减少小数位数' |
| | | numberIncrease: false, // '增加小数位数 |
| | | moreFormats: false, // '更多格式' |
| | | percentageFormat: true, //百分比格式 |
| | | numberDecrease: true, // '减少小数位数' |
| | | numberIncrease: true, // '增加小数位数 |
| | | moreFormats: true, // '更多格式' |
| | | strikethrough: false, // '删除线 (Alt+Shift+5)' |
| | | underline: false, // '下划线 (Alt+Shift+6)' |
| | | italic: false, // '斜体 (Ctrl+I)' |
| | |
| | | cellFormat: false // 设置单元格格式 |
| | | }, |
| | | option.myFolderUrl = this.LOCATIONVUE + '/', |
| | | option.functionButton = '<button onClick="excelClosed()" class="save">保存</button>' |
| | | option.functionButton = '<i class="save_i el-icon-info" title="系统支持的变量:
样品编号
样品型号
序号
检验项
检验子项
设备名称
设备编码
单位
要求值
试验方法 | 检测方法
最终值
结论
计算值
检验值"></i><button onClick="excelClosed()" class="save">保存</button>' |
| | | luckysheet.create(option) |
| | | } |
| | | } |