app1\2的样式修改 #133

Merged
hnu202326010125 merged 1 commits from luoyuehang_branch into develop 2 weeks ago

@ -156,12 +156,6 @@
<span class="btn-arrow"></span>
</button>
<button class="action-btn setting-btn" @click="goToSettings">
<span class="btn-icon"></span>
<span class="btn-text">设置</span>
<span class="btn-arrow"></span>
</button>
<button class="action-btn logout-btn" @click="handleLogout">
<span class="btn-icon">🚪</span>
<span class="btn-text">退出登录</span>

@ -284,9 +284,9 @@ const userInfo = computed(() => {
//
const waterAmounts = [
{ value: 150, price: '免费' },
{ value: 200, price: '免费' },
{ value: 250, price: '免费' }
{ value: 250, price: '免费' },
{ value: 500, price: '免费' },
{ value: 750, price: '免费' }
]
// 线

@ -293,12 +293,13 @@ const standardItems = [
//
const actualItems = [
{ value: '无', label: '无' },
{ value: '更换前置滤芯1', label: '1.更换前置滤芯1 -材料费50¥+检修费60¥= 110¥' },
{ value: '更换前置滤芯2', label: '2.更换前置滤芯2 -材料费50¥+检修费60¥= 110¥' },
{ value: '更换前置滤芯3', label: '3.更换前置滤芯3 -材料费50¥+检修费60¥= 110¥' },
{ value: '更换前置滤芯4', label: '4.更换前置滤芯4 -材料费50¥+检修费60¥= 110¥' },
{ value: '更换D8滤芯1', label: '5.更换D8滤芯1 -材料费50¥+检修费60¥= 110¥' }
{ value: '更换前置滤芯1', label: '更换前置滤芯1' },
{ value: '更换前置滤芯2', label: '更换前置滤芯2' },
{ value: '更换前置滤芯3', label: '更换前置滤芯3' },
{ value: '更换前置滤芯4', label: '更换前置滤芯4' },
{ value: '更换D8滤芯1', label: '更换D8滤芯1' }
]
//
const goBack = () => {
router.back()

Loading…
Cancel
Save