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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.45",
3
+ "version": "3.6.46",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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.f_expiration_date)))-(Date.parse(new Date())))/1000/3600/24))<=90 ? 'brown' : 'black')} ">
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.f_expiration_date : dafault.f_expiration_date }}</span>
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
- f_expiration_date:'*********'
141
+ f_ins_stop_date:'*********'
142
142
  },
143
143
  model: null,
144
144
  showselectncuserinfo: false,