feat: 补充新项目hx-op
This commit is contained in:
43
hx-op/src/view/organizationManage/enterpriseManage/mock.ts
Normal file
43
hx-op/src/view/organizationManage/enterpriseManage/mock.ts
Normal file
@@ -0,0 +1,43 @@
|
||||
import { ref } from 'vue';
|
||||
|
||||
export const mockData = ref([
|
||||
{
|
||||
id: 3,
|
||||
zuzhi: '22',
|
||||
jituanname: 'axb',
|
||||
zuzhiname: '张三',
|
||||
status: '男',
|
||||
area: '123456789',
|
||||
address: '1234567889',
|
||||
person: '1',
|
||||
phone: '1',
|
||||
},
|
||||
]);
|
||||
|
||||
export const mockData2 = ref([
|
||||
{
|
||||
information: '铁路局1/产品部1/产品总监1',
|
||||
},
|
||||
]);
|
||||
|
||||
export const treeData = ref([
|
||||
{
|
||||
title: '铁路总局',
|
||||
key: '0-0',
|
||||
children: [
|
||||
{ title: '济阳站', key: '0-0-0' },
|
||||
{ title: '临沂站', key: '0-0-1' },
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
export const treeData2 = [
|
||||
{
|
||||
title: '全部',
|
||||
key: '0-0',
|
||||
children: [
|
||||
{ title: '产品部', key: '0-0-0' },
|
||||
{ title: '运维部', key: '0-0-1' },
|
||||
],
|
||||
},
|
||||
];
|
Reference in New Issue
Block a user