manage-client 4.0.6 → 4.0.8

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": "manage-client",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -101,7 +101,7 @@
101
101
 
102
102
  <div class="col-sm-2 form-group">
103
103
  <label for="startDate" class="font_normal_body">建档日期</label>
104
- <datepicker placeholder="建档日期" style="width:60%"
104
+ <datepicker placeholder="建档日期大于等于" style="width:60%"
105
105
  v-model="model.f_createfile_date"
106
106
  :value.sync="model.f_createfile_date"
107
107
  :format="'yyyy-MM-dd'"
@@ -109,6 +109,16 @@
109
109
  condition="f_createfile_date >= '{} 00:00:00'">
110
110
  </datepicker>
111
111
  </div>
112
+ <div class="col-sm-2 form-group">
113
+ <label for="startDate" class="font_normal_body">建档日期</label>
114
+ <datepicker placeholder="建档日期小于等于" style="width:60%"
115
+ v-model="model.f_createfile_date"
116
+ :value.sync="model.f_createfile_date"
117
+ :format="'yyyy-MM-dd'"
118
+ :show-reset-button="true"
119
+ condition="f_createfile_date <= '{} 23:59:59'">
120
+ </datepicker>
121
+ </div>
112
122
  <div class="col-sm-2 form-group">
113
123
  <label class="font_normal_body">建档部门</label>
114
124
  <input type="text" style="width:60%" class="input_search" v-model="model.f_depname"