Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
web
Commits
b6e499ed
Commit
b6e499ed
authored
Nov 05, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自定义组件删除
parent
cc861378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
57 deletions
+0
-57
index.vue
.../privateComponents/components/AddExtTransferDoc/index.vue
+0
-57
No files found.
applications/dee-doc/src/privateComponents/components/AddExtTransferDoc/index.vue
deleted
100644 → 0
View file @
cc861378
/**
* @Description:
* @author gjn
* @date 2024/11/04
*/
<
template
>
<div
class=
"AddExtTransferDoc"
>
<dee-as-com
ref=
"tableCom"
class=
"list-table"
:lay-config=
"layConfig"
@
selectionChange=
"selectionChange"
/>
</div>
</
template
>
<
script
>
export
default
{
componentName
:
'添加归档文件清单'
,
name
:
'AddExtTransferDoc'
,
components
:
{},
props
:
{
basicData
:
{
type
:
Object
,
default
:
()
=>
{}
},
componentProp
:
{
type
:
Object
,
default
:
()
=>
{}
}
},
data
()
{
return
{
layConfig
:
{
typeName
:
'ExtTransferDocLink'
,
layKey
:
'9f8e3a0e-c021-44ef-b6e7-90e2fc0bc699'
}
}
},
computed
:
{
},
watch
:
{
},
created
()
{
},
mounted
()
{},
methods
:
{
selectionChange
(
val
)
{
this
.
$emit
(
'input'
,
val
)
}
}
}
</
script
>
<
style
lang=
'scss'
>
.AddExtTransferDoc
{
.list-table
{
height
:
600px
!
important
;
}
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment