瀏覽代碼

fix on server

root 4 年之前
父節點
當前提交
cd26319e8c
共有 2 個文件被更改,包括 1038 次插入1 次删除
  1. 1037 0
      public/js/app.js.LICENSE.txt
  2. 1 1
      resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

文件差異過大導致無法顯示
+ 1037 - 0
public/js/app.js.LICENSE.txt


+ 1 - 1
resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

@@ -29,7 +29,7 @@
         </tr>
         </tr>
         </thead>
         </thead>
         <tbody>
         <tbody>
-            <tr><td class="w-25 px-2 text-secondary border-right">Company Id</td><td class="w-75 px-2 font-weight-bold"><?= $record->company_id ?></td></tr>
+            <tr><td class="w-25 px-2 text-secondary border-right">Company Id</td><td class="w-75 px-2 font-weight-bold"><?= isset($record->company_id) ? $record->company_id : '-' ?></td></tr>
         </tbody>
         </tbody>
     </table>
     </table>
 </div>
 </div>

部分文件因文件數量過多而無法顯示