Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] create an outline of rental adjustment page (#1504) #1508

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Takane-A
Copy link
Contributor

対応Issue

resolve #1504

概要

物品貸出 時間・人数調整ページにドロップダウン1個と結合用のボタン3個を追加してページの大枠を作成した

実装詳細

  • pages>adjustment_rental_item>index.vueのにドロップダウンと結合用のボタン追加
  • Componentsに結合ボタンのコンポーネント"CombineButton.vue"を作成して追加

画面スクリーンショット等

テスト項目

  • ボタンのクリックイベントが正しく動作するか (:on_click="methods内の関数"では動作した)
  • コンポーネント間の空白が適切か

備考

ドロップダウンが見た目だけでまだ機能しない。
結合ボタンは暫定で作ったので良いデザインがあれば改良したい。

@Takane-A Takane-A added the admin_view 管理者ページ label Mar 24, 2024
@Takane-A Takane-A self-assigned this Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin_view 管理者ページ 機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

物品貸出 時間・人数調整ページの大枠を作成
2 participants