Skip to content

Commit

Permalink
no msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Mar 17, 2022
1 parent 8dd4cfa commit ef7a2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions database/seeders/UsersTableSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public function run()
'line_ip' => '127.0.0.1',
'line_at' => seeders_at('2021-07-01 17:43:48'),
'task_dialog_id' => 18,
'email_verity' => 1,
'created_ip' => '',
'disable_at' => null,
'created_at' => seeders_at('2021-07-01 11:01:14'),
Expand All @@ -62,6 +63,7 @@ public function run()
'line_ip' => '127.0.0.1',
'line_at' => seeders_at('2021-07-01 16:57:40'),
'task_dialog_id' => 16,
'email_verity' => 1,
'created_ip' => '',
'disable_at' => null,
'created_at' => seeders_at('2021-07-01 11:01:14'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{$L("项目状态")}}
</div>
<div class="search-content">
<Select v-model="keys.status">
<Select v-model="keys.status" :placeholder="$L('请选择')">
<Option value="">{{$L('全部')}}</Option>
<Option value="unarchived">{{$L('未归档')}}</Option>
<Option value="archived">{{$L('已归档')}}</Option>
Expand Down

0 comments on commit ef7a2ec

Please sign in to comment.