修改:1、arangodb -> mysql,去除arangodb
2、部分字段逻辑重构
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<label for="username" class="col-md-3">业务平台</label>
|
||||
<div class="col-md-8">
|
||||
<select v-model="sysPlat" class="form-control">
|
||||
<option v-for="item in sysPlats" :value="item" v-text="item.name"></option>
|
||||
<option v-for="item in sysPlats" :value="item" v-text="item.platname"></option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -88,7 +88,7 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<!--<button type="button" class="btn btn-default" data-dismiss="modal">取消</button>-->
|
||||
<button @click="goIndex()" type="button" class="btn btn-primary btn-block">确定选择 <span v-text="[sysPlat.name]"></span></button>
|
||||
<button @click="goIndex()" type="button" class="btn btn-primary btn-block">确定选择 <span v-text="[sysPlat.platname]"></span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user