Commit 590b114b authored by liudong1993's avatar liudong1993

1

parent 669ad157
......@@ -366,7 +366,7 @@
label="近期情况"
show-overflow-tooltip width="140">
<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.CanApply}}</p>
<p v-if="scope.row.ApplyDate !=''">开票:{{scope.row.ApplyDate}}</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