Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
e056b84f
Commit
e056b84f
authored
Jun 29, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
f4b85b14
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+1
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+1
-1
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+1
-1
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+8
-5
No files found.
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
e056b84f
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
prop=
"address"
prop=
"address"
label=
"企业母公司"
width=
"268"
>
label=
"企业母公司"
width=
"268"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"
wordprimary
"
>
{{
scope
.
row
.
superCompany
||
'--'
}}
</div>
<div
class=
""
>
{{
scope
.
row
.
superCompany
||
'--'
}}
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:key=
"keys"
<el-table-column
:key=
"keys"
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
e056b84f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
:data=
"tableData"
:data=
"tableData"
stripe
border
stripe
border
style=
"width: 100%"
style=
"width: 100%"
:default-sort =
"
{prop: 'role'
, order: 'descending'
}"
:default-sort =
"
{prop: 'role'}"
>
>
<template
slot=
"empty"
>
<template
slot=
"empty"
>
<div
class=
"empty"
>
<div
class=
"empty"
>
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
e056b84f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<el-table
<el-table
:data=
"tableData.rows"
:data=
"tableData.rows"
style=
"width: 100%"
style=
"width: 100%"
:default-sort =
"
{prop: 'depth'
, order: 'descending'
}"
:default-sort =
"
{prop: 'depth'}"
>
>
<template
slot=
"empty"
>
<template
slot=
"empty"
>
<div
class=
"empty"
>
<div
class=
"empty"
>
...
...
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
e056b84f
...
@@ -10,7 +10,8 @@
...
@@ -10,7 +10,8 @@
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
<div
class=
"btn"
@
click=
"handleCurrentChange(1)"
>
搜索
</div>
</div>
</div>
<!--
<div
class=
"btn btn_primary h32 b2"
@
click=
"getUP"
v-if=
"fileDatas.total>0"
><div
class=
"img img2"
></div>
上传
</div>
-->
<!--
<div
class=
"btn btn_primary h32 b2"
@
click=
"getUP"
v-if=
"fileDatas.total>0"
><div
class=
"img img2"
></div>
上传
</div>
-->
<el-upload
<div
class=
"btn btn_primary h32 b2"
v-if=
"fileDatas.total>0"
><div
class=
"img img2"
></div><el-upload
class=
"upload-demo"
class=
"upload-demo"
:action=
"action"
:action=
"action"
:on-change=
"handleFileListChange"
:on-change=
"handleFileListChange"
...
@@ -20,9 +21,9 @@
...
@@ -20,9 +21,9 @@
accept=
".word,.pdf.excel,.xlsx,.doc,.docx"
accept=
".word,.pdf.excel,.xlsx,.doc,.docx"
:headers=
"headers"
:headers=
"headers"
:show-file-list=
"false"
:show-file-list=
"false"
:on-success=
"onSuccess"
>
:on-success=
"onSuccess"
<div
class=
"btn btn_primary h32 b2"
v-if=
"fileDatas.total>0"
><div
class=
"img img2"
></div>
上传
</div>
:key=
'keys'
>
上传
</el-upload>
</div>
</el-upload>
</div>
</div>
<div
class=
"filepath"
v-if=
"filename"
><font
@
click=
"getall"
>
全部
</font>
/
<span>
<img
class=
"img"
src=
"@/assets/images/folder.png"
>
{{
filename
}}
</span></div>
<div
class=
"filepath"
v-if=
"filename"
><font
@
click=
"getall"
>
全部
</font>
/
<span>
<img
class=
"img"
src=
"@/assets/images/folder.png"
>
{{
filename
}}
</span></div>
<div
class=
"uploadbox"
v-if=
"isupload"
>
<div
class=
"uploadbox"
v-if=
"isupload"
>
...
@@ -60,7 +61,7 @@
...
@@ -60,7 +61,7 @@
<el-table
<el-table
:data=
"fileDatas.rows"
:data=
"fileDatas.rows"
style=
"width: 100%"
style=
"width: 100%"
:default-sort =
"
{prop: 'creatTime'
, order: 'descending'
}"
:default-sort =
"
{prop: 'creatTime'}"
>
>
<template
slot=
"empty"
>
<template
slot=
"empty"
>
<div
class=
"empty"
>
<div
class=
"empty"
>
...
@@ -179,6 +180,7 @@
...
@@ -179,6 +180,7 @@
filename
:
''
,
filename
:
''
,
ondel
:
""
,
ondel
:
""
,
isDisabled
:
this
.
isDisabled
,
isDisabled
:
this
.
isDisabled
,
keys
:
1
,
}
}
},
},
created
(){
created
(){
...
@@ -261,6 +263,7 @@
...
@@ -261,6 +263,7 @@
_this
.
getList
()
_this
.
getList
()
_this
.
$message
.
success
(
'上传成功!'
)
_this
.
$message
.
success
(
'上传成功!'
)
_this
.
isupload
=
false
_this
.
isupload
=
false
_this
.
keys
++
;
},
3000
)
},
3000
)
}
}
...
...
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