瀏覽代碼

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

File diff suppressed because it is too large
+ 1037 - 0
public/js/app.js.LICENSE.txt


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

@@ -29,7 +29,7 @@
         </tr>
         </thead>
         <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>
     </table>
 </div>

Some files were not shown because too many files changed in this diff