Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f41be3ee
authored
2022-09-07 17:33:18 +0800
by
吴蕾
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
材料信息样式编写
1 parent
1bba51ba
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
src/views/ywbl/fqsq/components/clxx.vue
src/views/ywbl/fqsq/components/clxxAddDialog.vue
src/views/ywbl/fqsq/components/clxx.vue
View file @
f41be3e
This diff is collapsed.
Click to expand it.
src/views/ywbl/fqsq/components/clxxAddDialog.vue
0 → 100644
View file @
f41be3e
1
<
template
>
2
<dialogBox
title=
"新建材料信息"
width=
"60%"
>
3
4
</dialogBox>
5
</
template
>
6
7
<
script
>
8
export
default
{
9
props
:
{
10
11
},
12
13
data
()
{
14
return
{}
15
},
16
methods
:
{}
17
}
18
</
script
>
19
<
style
scoped
lang=
"scss"
>
20
</
style
>
Please
register
or
sign in
to post a comment