Karsa 1 an în urmă
părinte
comite
03ec310503
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/views/ppt_manage/newVersion/utils/untils.js

+ 1 - 1
src/views/ppt_manage/newVersion/utils/untils.js

@@ -624,7 +624,7 @@ export const getTableData = (data)=>{
       let cellOptions = {
         colspan:cell.mc.cs===0?1:cell.mc.cs,
         rowspan:cell.mc.rs===0?1:cell.mc.rs,
-        color: cell.fc?cell.bg.substring(1):'333',
+        color: cell.fc?cell.fc.substring(1):'333',
         fill: cell.bg ? cell.bg.substring(1):'',
         bold: cell.bl ? true : false,
         italic: cell.it ? true : false,