Merge branch 'hotfix/修改mock注册文件名'

Former-commit-id: 439c1959f5d92aa0da7352c0a4793fa8765b1470 [formerly 439c1959f5d92aa0da7352c0a4793fa8765b1470 [formerly 439c1959f5d92aa0da7352c0a4793fa8765b1470 [formerly 439c1959f5d92aa0da7352c0a4793fa8765b1470 [formerly fbfa5feea529dec4b2d2ad0c10a5bd43abea8abf [formerly 94deed6c203cb847e5ed9c02f2ddfa201bd3cd5e]]]]]
Former-commit-id: 5b72852c765b5b12d750ad52efb6db7f508df4d4
Former-commit-id: 79a8d1e657aeda59e3458c86c2f8998553df27dd
Former-commit-id: 9089a5282b793e0ac2b201985162c341ad204219 [formerly 321d7a0ece2ecc5e79142b08ab28a4673d4f801e]
Former-commit-id: b7b604e5d17d31a435ae7f0b53b51a0479283f0c
Former-commit-id: 3973f9c4968a6e7d3bbb8e7ba09d51d122a798c2
Former-commit-id: 9bd7e7a6f4b34eb447a1ced278f889cd21f0946e
Former-commit-id: cfc6a84485969f1176c14716922b6f5b87bdf913
Former-commit-id: 6bceddcf7e75acfd7d0696b9323e27f68cd967eb
This commit is contained in:
liyang
2018-08-07 19:08:59 +08:00
3 changed files with 11 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import util from '@/libs/util.js'
import store from '@/store/index'
import '@/assets/svg-icons'
import '@/components'
import '@/mock/register'
import '@/mock'
import '@/plugin/axios'
import pluginLog from '@/plugin/log'
import pluginError from '@/plugin/error'

View File

@@ -1,9 +1,17 @@
<template>
<d2-container>
<div slot="header">
<el-button @click="ajax">发送请求</el-button>
<el-button
size="mini"
type="primary"
@click="ajax">
<d2-icon name="paper-plane"/>
发送请求
</el-button>
</div>
<el-table v-bind="table" style="width: 100%">
<el-table
v-bind="table"
style="width: 100%">
<el-table-column
v-for="(item, index) in table.columns"
:key="index"