perf:refine complexTable demo

This commit is contained in:
Pan
2017-11-30 18:02:31 +08:00
parent 72f653dcc7
commit 38192b828d
4 changed files with 124 additions and 102 deletions

View File

@@ -60,5 +60,11 @@ export default {
status: 'published',
tags: [],
title: 'vue-element-admin'
}),
createArticle: () => ({
data: 'success'
}),
updateArticle: () => ({
data: 'success'
})
}