@@ -135,7 +135,7 @@ import {notify} from '@/constants/index'
import {getAllAbilities, getAllAgencyResourceTypes, storageGet} from '@/js/index'
export default {
- name: 'AgencyAdd',
+ name: 'Agency',
data () {
return {
user: {},
@@ -210,23 +210,6 @@ export default {
},
]
- tableData: [{
- date: '2016-05-02',
- name: '王小虎',
- address: '上海市普陀区金沙江路 1518 弄'
- }, {
- date: '2016-05-04',
- address: '上海市普陀区金沙江路 1517 弄'
- date: '2016-05-01',
- address: '上海市普陀区金沙江路 1519 弄'
- date: '2016-05-03',
- address: '上海市普陀区金沙江路 1516 弄'
- }]
}
mounted () {
@@ -202,7 +202,6 @@
</el-col>
<el-col :span="5" id="pieImage" style="height: 500px;min-width: 500px">
- 这里画个饼
</el-row>
</div>
@@ -535,7 +534,8 @@ export default {
show: false
- data: this.progress
+ data: this.progress,
+ color:['#909399','#409EFF']
@@ -225,5 +225,14 @@ export default new Router({
requireAuth: false,
+ {
+ path: '/agency/:userId',
+ component: resolve => require(['@/components/cheat/AgencyDetail.vue'], resolve),
+ meta: {
+ title: '',
+ requireAuth: false,
+ },
})