refector: 作业节点优化显示/ store data有变动
This commit is contained in:
parent
e2bb6ac06f
commit
0d62495092
|
@ -29,9 +29,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
<view class="title">状态</view>
|
||||
<view class="title">节点</view>
|
||||
<view class="content">
|
||||
<text v-if="formData.ticket_">{{formData.ticket_.state_.name}}</text>
|
||||
<text v-if="formData.ticket_ && formData.ticket_.state_">{{formData.ticket_.state_.name}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item">
|
||||
|
|
|
@ -35,14 +35,13 @@ const store = new Vuex.Store({
|
|||
vuex_employee: lifeData.vuex_employee ? lifeData.vuex_employee : {},
|
||||
vuex_token: lifeData.vuex_token ? lifeData.vuex_token : '',
|
||||
vuex_perm: lifeData.vuex_perm ? lifeData.vuex_perm : [],
|
||||
vuex_userRange: lifeData.vuex_userRange ? lifeData.vuex_userRange : {},
|
||||
vuex_userRange2: lifeData.vuex_userRange2 ? lifeData.vuex_userRange2 : {},
|
||||
vuex_appid: 'wxf7d6140f507466be',
|
||||
vuex_login: 'http://qyjy.ctc-zc.com/h5/',
|
||||
vuex_version: '1.00.08',
|
||||
vuex_host: 'http://222.222.144.147:6013',
|
||||
vuex_api: 'http://222.222.144.147:6013/api',
|
||||
// vuex_api: 'http://49.232.14.174:2226/api',
|
||||
// vuex_host: 'http://222.222.144.147:6013',
|
||||
vuex_host: 'http://49.232.14.174:2226',
|
||||
// vuex_api: 'http://222.222.144.147:6013/api',
|
||||
vuex_api: 'http://49.232.14.174:2226/api',
|
||||
vuex_apifile: 'http://222.222.144.147:6013/api/file/',
|
||||
// vuex_api: 'http://127.0.0.1:8000/api',
|
||||
// vuex_host: 'http://10.99.5.79:20309',
|
||||
|
|
Loading…
Reference in New Issue