Skip to content

Commit

Permalink
Merge pull request Disfactory#60 from Neilxx/dajing-dev
Browse files Browse the repository at this point in the history
問卷內容調整
  • Loading branch information
tai271828 authored Feb 14, 2022
2 parents 1be8cd8 + 94eb3ef commit 8d65fd0
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 339 deletions.
8 changes: 4 additions & 4 deletions src/components/ConfirmFactory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
<h3 class="mt-5 mb-2 primary--text">姓名</h3>
<v-text-field outlined v-model="formState.contactName" placeholder="例:王小明" color="primary" />

<h3 class="mt-5 mb-2 primary--text">手機</h3>
<v-text-field outlined v-model="formState.contactPhone" placeholder="例:09XX-XXXXXX" color="primary" />
<h3 class="mt-5 mb-2 primary--text">手機或電話</h3>
<v-text-field outlined v-model="formState.contactPhone" placeholder="例:09XX-XXXXXX 或 0X-XXXXXXX" color="primary" />

<h3 class="mt-5 mb-2 primary--text">Email</h3>
<v-text-field outlined v-model="formState.contactMail" placeholder="例:bear@bear.com" color="primary" />

<h2 class="mt-2 mb-2 secondary--text">授權條款</h2>

<v-checkbox v-model="formState.agree" :label="'我同意授權條款'"/>
<div>本授權條款允許使用者重製、散布、傳輸以及修改著作(包括商業性利用)。若使用者修改該著作時,僅得依本授權條款或與本授權條款類似者來散布該衍生作品。使用時必須按照著作人指定的方式表彰其姓名。本授權條款允許使用者重製、散布、傳輸以及修改著作(包括商業性利用)。若使用者修改該著作時,僅得依本授權條款或與本授權條款類似者來散布該衍生作品。使用時必須按照著作人指定的方式表彰其姓名。</div>

<h2 class="mt-2 mb-2 secondary--text">確認通報資料</h2>
<v-checkbox v-model="formState.agree" :label="'我同意授權條款'"/>

<!-- <h2 class="mt-2 mb-2 secondary--text">確認及補充工廠資訊</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/components/CreateFactorySteps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
:class="{ inactive: appState.createStepIndex < 3 }"
@click="switchStep(3)"
>
<span>Page3 填寫問券</span>
<span>填寫問券</span>
<v-icon class="mr-1">mdi-chevron-right</v-icon>
</div>

Expand All @@ -83,7 +83,7 @@
:class="{ inactive: appState.createStepIndex < 4 }"
@click="switchStep(4)"
>
<span>Page4</span>
<span>填寫聯絡資訊</span>
</div>

<v-spacer></v-spacer>
Expand Down
Loading

0 comments on commit 8d65fd0

Please sign in to comment.