This commit is contained in:
邓皓元 2019-09-20 10:36:36 +08:00
parent 2cb293efd7
commit 7eb58a697f
14 changed files with 119 additions and 3 deletions

View File

@ -128,8 +128,8 @@ class CardService extends Service
'package_name' => $package['name'],
'virtual_activated_at' => (string)$item->card['virtual_activated_at'],
'cancelled_at' => (string)$item->card['cancelled_at'],
'created_at' => (string)$item->created_at,
'updated_at' => (string)$item->updated_at,
'created_at' => (string)Carbon::parse($item->created_at)->format('Y-m-d'),
'updated_at' => (string)Carbon::parse($item->updated_at)->format('Y-m-d'),
'service_start_at' => $service_start_at,
'service_end_at' => $service_end_at,
'timelines' => $_timelines,

View File

@ -181,6 +181,7 @@ class PermissionSeeder extends Seeder
'name' => 'virtual.cards.index', 'title' => '客户列表', 'path' => '/cards', 'icon' => 'ios-cube', 'type' => 0, 'open' => 3,
'children' => [
['name' => 'virtual.cards.show', 'title' => '查看', 'description' => 'show', 'type' => 1],
['name' => 'virtual.cards.export', 'title' => '导出', 'description' => 'output', 'type' => 1],
],
],
],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
[data-v-c9ef48cc] .ivu-table-cell{word-break:keep-all}

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-27c12854.1756c258.css rel=prefetch><link href=/css/chunk-6ea47298.6166dab5.css rel=prefetch><link href=/js/chunk-00ae0766.d130b440.js rel=prefetch><link href=/js/chunk-07a274ec.55e1b3b0.js rel=prefetch><link href=/js/chunk-27c12854.f9bc5661.js rel=prefetch><link href=/js/chunk-6ea47298.b6a301d0.js rel=prefetch><link href=/css/app.be09e36f.css rel=preload as=style><link href=/css/chunk-vendors.3c3b2e85.css rel=preload as=style><link href=/js/app.34dc3d8c.js rel=preload as=script><link href=/js/chunk-vendors.f1169dcc.js rel=preload as=script><link href=/css/chunk-vendors.3c3b2e85.css rel=stylesheet><link href=/css/app.be09e36f.css rel=stylesheet></head><body><noscript><strong>很抱歉如果没有启用JavaScript程序不能正常工作若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.f1169dcc.js></script><script src=/js/app.34dc3d8c.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=\favicon.ico><script src=\config.js></script><title></title><link href=/css/chunk-8c6a8ef0.48224349.css rel=prefetch><link href=/css/chunk-9c85aab4.6166dab5.css rel=prefetch><link href=/js/chunk-29ecfeab.11f34170.js rel=prefetch><link href=/js/chunk-5b684432.3ffe9c78.js rel=prefetch><link href=/js/chunk-8c6a8ef0.bfb06831.js rel=prefetch><link href=/js/chunk-9c85aab4.9b7da8a1.js rel=prefetch><link href=/css/app.42353d5a.css rel=preload as=style><link href=/css/chunk-vendors.1ec583d1.css rel=preload as=style><link href=/js/app.6481c695.js rel=preload as=script><link href=/js/chunk-vendors.3b4ff77b.js rel=preload as=script><link href=/css/chunk-vendors.1ec583d1.css rel=stylesheet><link href=/css/app.42353d5a.css rel=stylesheet></head><body><noscript><strong>很抱歉如果没有启用JavaScript程序不能正常工作若要继续使用请启用它。</strong></noscript><div id=app></div><script src=/js/chunk-vendors.3b4ff77b.js></script><script src=/js/app.6481c695.js></script></body></html>