@@ -97,6 +97,7 @@ $(document).ready(() => {
TipCellType.prototype.getHitInfo = function (x, y, cellStyle, cellRect, context) {
return { x: x, y: y, row: context.row, col: context.col, cellRect: cellRect, sheetArea: context.sheetArea, sheet: context.sheet };
};
+ console.log('hello');
TipCellType.prototype.processMouseEnter = function (hitInfo){
if (!this._toolTipElement) {
var div = document.createElement("div");
@@ -59,7 +59,7 @@
<!--右侧菜单-->
<ul class="nav flex-column right-nav">
<li class="nav-item">
- <a class="nav-link active" content="#material-tab" href="javascript: void(0);">清单工料含量2</a>
+ <a class="nav-link active" content="#material-tab" href="javascript: void(0);">清单工料含量3</a>
</li>
</ul>
</div>