apply-clients 3.4.19 → 3.4.21

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.
@@ -2,7 +2,9 @@ import Vue from 'vue'
2
2
 
3
3
  let specialComp = {
4
4
  'exploration-select': (resolve) => { require(['./pc/ExplorationSelect'], resolve) },
5
- 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) }
5
+ 'service-control': (resolve) => { require(['./pc/ServiceControl'], resolve) },
6
+ 'supervisory-service-control': (resolve) => { require(['./pc/SupervisoryServiceControl'], resolve) },
7
+ 'supervisory-control': (resolve) => { require(['./pc/SupervisoryControl'], resolve) }
6
8
 
7
9
  }
8
10
  exports.specialComp = specialComp
@@ -184,6 +184,7 @@
184
184
  <th style="white-space: nowrap;">报建类型</th>
185
185
  <th style="white-space: nowrap;">办理环节</th>
186
186
  <th style="white-space: nowrap;">流程状态</th>
187
+ <th style="white-space: nowrap;">预约日期</th>
187
188
  <th style="white-space: nowrap;">报建日期</th>
188
189
  <th style="white-space: nowrap;">操作</th>
189
190
  </tr>
@@ -220,6 +221,9 @@
220
221
  <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
221
222
  <nobr><font>{{row.f_sub_state}}</font></nobr>
222
223
  </td>
224
+ <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'', row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
225
+ <nobr><font>{{row.f_order_date}}</font></nobr>
226
+ </td>
223
227
  <td :class="[ row.isover ==='过期' ? 'p1' : row.isbeforeover === '预期提醒'? 'p':'' , row.f_back_reason ? 'back-style':'' ]" style="text-align: center;">
224
228
  <nobr><font>{{row.f_apply_date}}</font></nobr>
225
229
  </td>
package/src/main.js CHANGED
@@ -11,7 +11,7 @@ import apply from './apply'
11
11
  // import applyAndroid from './applyAndroid'
12
12
 
13
13
  all()
14
- apply('gehua')
14
+ apply('guangxi')
15
15
  // applyAndroid('guangxi')
16
16
  ldap()
17
17
  sale()