Commit 87ebdfcd authored by Mac's avatar Mac

修改

parent 2f703c36
...@@ -107,7 +107,7 @@ th:first-child{position: sticky;left:0px;} ...@@ -107,7 +107,7 @@ th:first-child{position: sticky;left:0px;}
<div style="display: flex;align-items: center;justify-content: space-between;">{{props.row.FUTime}} <div style="display: flex;align-items: center;justify-content: space-between;">{{props.row.FUTime}}
<span style="text-decoration: underline;cursor: pointer;color: #2961fe ;" v-if="props.row.FURemark" @click="lookgengduo(props.row)">更多</span> <span style="text-decoration: underline;cursor: pointer;color: #2961fe ;" v-if="props.row.FURemark" @click="lookgengduo(props.row)">更多</span>
</div> </div>
<div style="max-width: 240px;overflow: hidden;white-space: normal;word-break:break-all;max-height: 40px;" v-if="props.row.FURemark" v-html="props.row.FURemark"></div> <div style="max-width: 300px;overflow: hidden;white-space: normal;word-break:break-all;max-height: 40px;" v-if="props.row.FURemark" v-html="props.row.FURemark"></div>
</q-td> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
...@@ -231,10 +231,11 @@ export default { ...@@ -231,10 +231,11 @@ export default {
field: "CourseName", field: "CourseName",
align: "left" align: "left"
}, },
{ {
name: "ConsultDate", name: "JapanBaseInfo",
label: "咨询时间", label: "日语基础",
field: "ConsultDate", field: "JapanBaseInfo",
align: "left" align: "left"
}, },
{ {
...@@ -243,36 +244,15 @@ export default { ...@@ -243,36 +244,15 @@ export default {
field: "PlanPrice", field: "PlanPrice",
align: "left" align: "left"
}, },
{ {
name: "BaseCondition", name: "BaseCondition",
label: "客户情况分析", label: "客户情况分析",
field: "BaseCondition", field: "BaseCondition",
align: "left" align: "left"
}, },
// {
// name: "DemandPoint",
// label: "需求点",
// field: "DemandPoint",
// align: "left"
// },
// {
// name: "ResistPoint",
// label: "抗拒点",
// field: "ResistPoint",
// align: "left"
// },
// {
// name: "ConsultingResults",
// label: "咨询结果",
// align: "left",
// field: "ConsultingResults"
// },
{
name: "JapanBaseInfo",
label: "日语基础",
field: "JapanBaseInfo",
align: "left"
},
{ {
name: "FURemark", name: "FURemark",
label: "跟进备注", label: "跟进备注",
......
...@@ -234,7 +234,7 @@ th:first-child{position: sticky;left:0px;} ...@@ -234,7 +234,7 @@ th:first-child{position: sticky;left:0px;}
<span style="margin:0 3px">/</span> <span style="margin:0 3px">/</span>
<span :style="{'color':item.MonthList[x.index].IntroductionNum>0?'red':'#111'}">{{item.MonthList[x.index].IntroductionNum}}</span> <span :style="{'color':item.MonthList[x.index].IntroductionNum>0?'red':'#111'}">{{item.MonthList[x.index].IntroductionNum}}</span>
</div> </div>
<div v-if="x.Id==2" style="padding: 3px;"> <div v-if="x.Id==2" style="padding: 7px;">
<div v-if="item.MonthList[x.index].TeacherTime" style="display: flex;align-items: center;justify-content: space-between;"> <div v-if="item.MonthList[x.index].TeacherTime" style="display: flex;align-items: center;justify-content: space-between;">
<div >{{item.MonthList[x.index].TeacherTime}}</div> <div >{{item.MonthList[x.index].TeacherTime}}</div>
<span style="text-decoration: underline;cursor: pointer;color: #2961fe ;" @click="lookgengduo(item,item.MonthList[x.index].TeacherTime)">更多</span> <span style="text-decoration: underline;cursor: pointer;color: #2961fe ;" @click="lookgengduo(item,item.MonthList[x.index].TeacherTime)">更多</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment