Commit a33c10f3 authored by 黄奎's avatar 黄奎
parents 05951b0b cf87fe52
...@@ -351,6 +351,10 @@ ...@@ -351,6 +351,10 @@
<template v-else-if="scope.row.OrderSource==10 && scope.row.TCIDAndTCNUMList.length==0"> <template v-else-if="scope.row.OrderSource==10 && scope.row.TCIDAndTCNUMList.length==0">
<p class="_TCIDAndTCNUMList">{{$t('tips.qzcpbianhao')}}{{scope.row.SourceID}}</p> <p class="_TCIDAndTCNUMList">{{$t('tips.qzcpbianhao')}}{{scope.row.SourceID}}</p>
</template> </template>
<template v-else-if="scope.row.OtherType==80">
<p class="_TCIDAndTCNUMList">{{scope.row.CarName}}</p>
<p class="_TCIDAndTCNUMList">{{scope.row.CarUseDate+" "+scope.row.CarUseNum+"天"}}</p>
</template>
<template v-else-if="scope.row.OrderSource==0 || scope.row.OrderSource==null"> <template v-else-if="scope.row.OrderSource==0 || scope.row.OrderSource==null">
<p class="_TCIDAndTCNUMList">{{ scope.row.BranchName }}-{{scope.row.DepartName}} </p> <p class="_TCIDAndTCNUMList">{{ scope.row.BranchName }}-{{scope.row.DepartName}} </p>
</template> </template>
...@@ -394,11 +398,13 @@ ...@@ -394,11 +398,13 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('fnc.feiyongleixing')" show-overflow-tooltip width="150"> <el-table-column prop="" :label="$t('fnc.feiyongleixing')" show-overflow-tooltip width="200">
<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 <div
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> 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}}
</div>
</template> </template>
</template> </template>
</el-table-column> </el-table-column>
......
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