|
@@ -125,7 +125,7 @@
|
|
|
:data-datacindex="cell_index"
|
|
|
:data-key="cell.Uid"
|
|
|
>
|
|
|
- {{isShowDecimal(cell)?showDecimalValue(cell):isShowFormat(cell.ShowStyle)?cell.ShowFormatValue:cell.DataTime?cell.ShowValue:[7,5].includes(cell.DataType)?cell.ShowValue:cell.Value}}
|
|
|
+ {{isShowDecimal(cell)?showDecimalValue(cell):isShowFormat(cell.ShowStyle)?cell.ShowFormatValue:cell.DataTime?cell.ShowValue:[7,6,5].includes(cell.DataType)?cell.ShowValue:cell.Value}}
|
|
|
</span>
|
|
|
|
|
|
<span
|
|
@@ -1480,6 +1480,7 @@ export default {
|
|
|
|
|
|
/* 要支持复制粘贴把公式也带过去 公式单元格类型为6 其余就正常复制文本 */
|
|
|
copyCellHandle(e,cell) {
|
|
|
+ console.log(cell)
|
|
|
this.copyCellItem = cell;
|
|
|
// 阻止默认的复制操作
|
|
|
e.preventDefault();
|