system-clients 3.2.88-temp → 3.2.89-temp

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": "system-clients",
3
- "version": "3.2.88-temp",
3
+ "version": "3.2.89-temp",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -6,6 +6,10 @@
6
6
  </ul>
7
7
  <form novalidate class="form-horizontal" >
8
8
  <div class="row">
9
+ <div class="col-sm-6 form-group">
10
+ <label class="font_normal_body">&ensp;公&emsp;&emsp;司&ensp;</label>
11
+ <right-tree @re-res="getRes1"></right-tree>
12
+ </div>
9
13
  <div class="col-sm-6 form-group">
10
14
  <label class="font_normal_body">设备负责人</label>
11
15
  <right-tree @re-res="getRes" :source="source"></right-tree>
@@ -70,10 +74,6 @@
70
74
  :initresid="initresid">
71
75
  </res-select>
72
76
  </div>
73
- <div class="col-sm-6 form-group" v-show="false">
74
- <label class="font_normal_body">公&emsp;&emsp;司 </label>
75
- <right-tree @re-res="getRes1"></right-tree>
76
- </div>
77
77
  <div class="col-sm-12 form-group" :class="{'has-error': $v.f_address.required}">
78
78
  <label class="font_normal_body">&ensp;放置地点&ensp;</label>
79
79
  <input type="text" class="input_search" style="width: 80%" v-model="model.f_address" placeholder="所在地"