仪表盘
版本库
文件存储
活动
搜索
登录
main
/
PLTWEB
平台WEB项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
通用表单组件
wangting
2024-04-23
71b6fe8644e76fdb7e73afc187599f1f2e9c5301
[PLTWEB.git]
/
Source
/
ProjectWeb
/
src
/
components
/
actions
/
formDialog.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
<dialog>
</dialog>
</template>
<script>
export default {
name: "formDialog"
}
</script>
<style scoped>
</style>