修改:1、arangodb -> mysql,去除arangodb
2、部分字段逻辑重构
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="col-md-12 col-xs-12" id="top">
|
||||
<div class="logo">
|
||||
<!--<h1>Meta-Kit</h1>-->
|
||||
<h1>{{sysPlat.name}}</h1>
|
||||
<h1>{{sysPlat.platname}}</h1>
|
||||
</div>
|
||||
<ul class="nav nav-tabs">
|
||||
<!--item in pages-->
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
<li class="pull-right">
|
||||
<select v-model="sysPlat" class="form-control plat-switch">
|
||||
<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>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user