仪表盘
版本库
文件存储
活动
搜索
登录
main
/
XjEnterpriseInformation.Web
原gitlab中XjEnterpriseInformation.Web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
remove and commit
郑永安
2023-06-19
6ae336af4670a425ae8892aacda560ec2147d8a7
[XjEnterpriseInformation.Web.git]
/
src
/
views
/
baseinfo
/
index.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<template>
<div>xxxx</div>
</template>
<script>
export default {
data() {
return {
};
},
watch: {
},
mounted() {
},
methods: {
}
};
</script>
<style lang="scss" scoped></style>