apply-clients 3.5.3-91 → 3.5.3-92

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": "apply-clients",
3
- "version": "3.5.3-91",
3
+ "version": "3.5.3-92",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -162,10 +162,6 @@
162
162
  <p class="col-xs-3 text-left font"><b>施工人:</b></p>
163
163
  <p class="col-xs-9 text-left input-font">{{ row.f_budget_people }}</p>
164
164
  </div>
165
- <div class="col-xs-12" v-if="row.f_order_date != null ">
166
- <p class="col-xs-3 text-left font"><b>预约日期:</b></p>
167
- <p class="col-xs-9 text-left input-font">{{ row.f_order_date }}</p>
168
- </div>
169
165
  <div class="col-xs-12">
170
166
  <p class="col-xs-3 text-left font"><b>报建日期:</b></p>
171
167
  <p class="col-xs-9 text-left input-font">{{ row.f_apply_date }}</p>