sale-client 3.6.45 → 3.6.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
<span class="col-sm-7"
|
|
80
80
|
style="word-break: break-all">{{ data ? data.f_user_level : dafault.f_people_num }}</span>
|
|
81
81
|
</div>
|
|
82
|
-
<div class="row" :style="{'color': ( Math.abs(parseInt(((Date.parse(new Date(this.data.
|
|
82
|
+
<div class="row" :style="{'color': ( Math.abs(parseInt(((Date.parse(new Date(this.data.f_ins_stop_date)))-(Date.parse(new Date())))/1000/3600/24))<=90 ? 'brown' : 'black')} ">
|
|
83
83
|
<label class="col-sm-5" >保险到期时间</label>
|
|
84
|
-
<span class="col-sm-7">{{ data ? data.
|
|
84
|
+
<span class="col-sm-7">{{ data ? data.f_ins_stop_date : dafault.f_ins_stop_date }}</span>
|
|
85
85
|
</div>
|
|
86
86
|
<modal v-if="showselectncuserinfo" :show.sync="showselectncuserinfo" width="40%" title="修正客户电话号码"
|
|
87
87
|
v-ref:modal large backdrop="false">
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
f_rent_phone: '************',
|
|
139
139
|
f_comments: '**',
|
|
140
140
|
f_user_state: '****',
|
|
141
|
-
|
|
141
|
+
f_ins_stop_date:'*********'
|
|
142
142
|
},
|
|
143
143
|
model: null,
|
|
144
144
|
showselectncuserinfo: false,
|