e3cc206f by yyx

1

1 parent d54f3680
......@@ -56,7 +56,7 @@ const people = reactive({
<el-input
v-model="people.form.name"
style="width: 570px"
:placeholder="language == 0 ? '请输入姓名' : 'Nama'"
:placeholder="language == 0 ? '请输入姓名' : 'Name'"
/>
</div>
<div>
......@@ -79,7 +79,7 @@ const people = reactive({
<el-input
v-model="people.form.idCard"
style="width: 570px"
:placeholder="language == 0 ? '请输入身份证号' : 'ID Numbe'"
:placeholder="language == 0 ? '请输入身份证号' : 'ID Number'"
/>
</div>
</div>
......
......@@ -265,16 +265,16 @@ detail.fetchData();
</div>
<div class="line"></div>
<div class="tr">
<div style="width: 30%" class="td">{{ detail.data?.name }}</div>
<div style="width: 33%" class="td">{{ detail.data?.name }}</div>
<div style="width: 25%" class="td">{{ detail.data?.placeName }}</div>
<div style="width: 20%" class="td">
<span>{{ language == 0 ? "¥" : "€" }}</span>
{{ detail.data?.singlePrice }}
</div>
<div style="width: 12%" class="td">
<div style="width: 10%" class="td">
x{{ detail.data?.seatList?.length }}
</div>
<div style="width: 13%; text-align: right" class="td">
<div style="width: 12%; text-align: right" class="td">
<span>{{ language == 0 ? "¥" : "€" }}</span>
{{ detail.data?.payAmount }}
</div>
......
<script setup>
import dayjs from "dayjs";
import { dayjs } from 'element-plus'
import useUserStore from "@/store/modules/user";
import { setToken, getToken } from "./utils/local-store.js";
import { md5 } from "md5js";
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!