fix: 新增代理系列授权-建议售价使用套餐
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m38s

This commit is contained in:
sexygoat
2026-06-12 10:41:37 +08:00
parent d23e896f97
commit e04a283319
98 changed files with 4279 additions and 6170 deletions

View File

@@ -1542,25 +1542,25 @@
.gift-switch-wrapper {
display: flex;
align-items: center;
gap: 12px;
align-items: center;
}
.gift-hint {
display: flex;
align-items: center;
gap: 6px;
align-items: center;
padding: 6px 10px;
border-radius: 4px;
font-size: 12px;
line-height: 1.4;
color: var(--el-color-warning);
white-space: nowrap;
background-color: var(--el-color-warning-light-9);
color: var(--el-color-warning);
border-radius: 4px;
&--info {
background-color: var(--el-fill-color-light);
color: var(--el-text-color-secondary);
background-color: var(--el-fill-color-light);
}
.gift-hint-icon {

View File

@@ -113,7 +113,7 @@
style="width: 100%"
/>
<span
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
>单位</span
>
</ElFormItem>
@@ -138,7 +138,7 @@
style="width: 100%"
/>
<span
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
>单位</span
>
</ElFormItem>
@@ -156,7 +156,7 @@
>
<ElCard shadow="hover">
<div style="display: flex; gap: 12px; align-items: flex-start">
<div style="flex: 1; display: flex; flex-direction: column; gap: 12px">
<div style=" display: flex;flex: 1; flex-direction: column; gap: 12px">
<!-- 第一行比较运算符和阈值 -->
<div style="display: flex; gap: 12px">
<div style="flex: 1">
@@ -269,10 +269,10 @@
@click="removeTier(index)"
style="
flex-shrink: 0;
margin-top: 28px;
width: 32px;
height: 32px;
padding: 0;
margin-top: 28px;
"
/>
</div>
@@ -308,7 +308,7 @@
style="width: 100%"
/>
<span
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
>单位</span
>
</ElFormItem>
@@ -362,7 +362,7 @@
style="width: 100%"
/>
<span
style="color: var(--el-text-color-secondary); font-size: 12px; margin-left: 8px"
style=" margin-left: 8px; font-size: 12px;color: var(--el-text-color-secondary)"
>单位</span
>
</ElFormItem>

View File

@@ -1147,7 +1147,7 @@
if (suggestedRetailPrice === undefined || suggestedRetailPrice === null) {
return '-'
}
return `¥${(suggestedRetailPrice * 1.5).toFixed(2)}`
return `¥${suggestedRetailPrice.toFixed(2)}`
}
// 监听套餐选择变化

View File

@@ -439,13 +439,13 @@
.header-left {
display: flex;
align-items: center;
gap: 16px;
align-items: center;
}
.grant-name {
font-weight: 600;
font-size: 16px;
font-weight: 600;
color: var(--el-text-color-primary);
}
}
@@ -456,9 +456,9 @@
}
.form-tip {
margin-top: 4px;
font-size: 12px;
color: var(--el-text-color-secondary);
margin-top: 4px;
}
.dialog-footer {