|
@@ -135,7 +135,7 @@
|
|
|
<p class=" m-top-10" style="font-size: 14px;letter-spacing: 2px;">规则描述:{{ item.ruleDescription }}</p>
|
|
<p class=" m-top-10" style="font-size: 14px;letter-spacing: 2px;">规则描述:{{ item.ruleDescription }}</p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="header-content" v-if="item.ruleFeeShow">
|
|
<div class="header-content" v-if="item.ruleFeeShow">
|
|
|
- <el-button plain type="primary" @click=" ruleFeeAdd(item)" class="m-top-20 m-btn-20">添加费用
|
|
|
|
|
|
|
+ <el-button plain type="primary" @click=" ruleFeeAdd(item)" class="m-top-10 m-btn-10">添加费用
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<el-icon>
|
|
<el-icon>
|
|
|
<Plus />
|
|
<Plus />
|
|
@@ -684,7 +684,7 @@ const costitemEditInfo = ref();
|
|
|
const RulesInfo = ref({});
|
|
const RulesInfo = ref({});
|
|
|
const columns = [
|
|
const columns = [
|
|
|
{ prop: "costRules", label: "费用规则", width: '200', },
|
|
{ prop: "costRules", label: "费用规则", width: '200', },
|
|
|
- { prop: "priorityLevel", label: "优先级", width: '60', },
|
|
|
|
|
|
|
+ { prop: "priorityLevel", label: "优先级", width: '100', },
|
|
|
{ prop: "costDescribe", label: "费用规则", width: '200', },
|
|
{ prop: "costDescribe", label: "费用规则", width: '200', },
|
|
|
{
|
|
{
|
|
|
prop: "ptlAgreementCostTypeList", label: "交强险费用", width: '300', formatter: (row: any) => {
|
|
prop: "ptlAgreementCostTypeList", label: "交强险费用", width: '300', formatter: (row: any) => {
|
|
@@ -1010,9 +1010,9 @@ const uploadImage = (file: any) => {
|
|
|
<!-- 样式区域 -->
|
|
<!-- 样式区域 -->
|
|
|
<style lang='scss' scoped>
|
|
<style lang='scss' scoped>
|
|
|
:deep(.demo-tabs .el-tabs__item) {
|
|
:deep(.demo-tabs .el-tabs__item) {
|
|
|
- height: 60px;
|
|
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
font-weight: bold !important;
|
|
font-weight: bold !important;
|
|
|
|
|
+ align-items: start;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
:deep(.ruleFee .el-tabs__item) {
|
|
:deep(.ruleFee .el-tabs__item) {
|
|
@@ -1042,11 +1042,11 @@ const uploadImage = (file: any) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.RuleContainer {
|
|
.RuleContainer {
|
|
|
- margin-top: 20px;
|
|
|
|
|
|
|
+ margin-top: 10px;
|
|
|
|
|
|
|
|
.list-item {
|
|
.list-item {
|
|
|
padding: 18px 16px;
|
|
padding: 18px 16px;
|
|
|
- margin-bottom: 20px;
|
|
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
border: 1px solid #e5e5e5;
|
|
border: 1px solid #e5e5e5;
|
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
|
|
|
|