Commit 669ad157 authored by liudong1993's avatar liudong1993

1

parent dfb6cab0
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('tips.jiaoyifangshi')" show-overflow-tooltip width="300"> <el-table-column prop="" :label="$t('tips.jiaoyifangshi')" show-overflow-tooltip width="280">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
<template v-if="scope.row.TradeWayList&&scope.row.TradeWayList.length>0"> <template v-if="scope.row.TradeWayList&&scope.row.TradeWayList.length>0">
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
<el-table-column <el-table-column
prop="" prop=""
:label="$t('fnc.feiyongleixing')" :label="$t('fnc.feiyongleixing')"
show-overflow-tooltip width="150"> show-overflow-tooltip width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<template v-for="(s,si) in scope.row.CostTypeList"> <template v-for="(s,si) in scope.row.CostTypeList">
<span style="background-color: rgba(64,158,255,.1);display: inline-block;padding: 0 5px;height: 22px;line-height: 20px;font-size: 12px;color: #646464;border-radius: 4px;box-sizing: border-box;border: 1px solid rgba(64,158,255,.2);white-space: nowrap;margin-bottom: 4px;">{{s}}</span></br> <span style="background-color: rgba(64,158,255,.1);display: inline-block;padding: 0 5px;height: 22px;line-height: 20px;font-size: 12px;color: #646464;border-radius: 4px;box-sizing: border-box;border: 1px solid rgba(64,158,255,.2);white-space: nowrap;margin-bottom: 4px;">{{s}}</span></br>
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
<el-table-column <el-table-column
prop="" prop=""
:label="$t('fnc.zdrenyuan')" :label="$t('fnc.zdrenyuan')"
show-overflow-tooltip width="170"> show-overflow-tooltip width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.EmName}}</div> <div>{{scope.row.EmName}}</div>
<div>{{scope.row.CreateDate}}</div> <div>{{scope.row.CreateDate}}</div>
...@@ -364,7 +364,7 @@ ...@@ -364,7 +364,7 @@
<el-table-column <el-table-column
prop="" prop=""
label="近期情况" label="近期情况"
show-overflow-tooltip width="160"> show-overflow-tooltip width="140">
<template slot-scope="scope"> <template slot-scope="scope">
<p v-if="scope.row.LatelyType>0">{{(scope.row.LatelyType==1?"近7天可能回款":"进15天可能回款")}}</p> <p v-if="scope.row.LatelyType>0">{{(scope.row.LatelyType==1?"近7天可能回款":"进15天可能回款")}}</p>
<p>出团:{{scope.row.OutStartDate}}</p> <p>出团:{{scope.row.OutStartDate}}</p>
......
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