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
827080d5
Commit
827080d5
authored
Aug 03, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of
http://192.168.60.201/root/dsk-operate-sys
into dev20230707
parents
04e53923
343ebc82
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
9 deletions
+21
-9
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+6
-0
index.vue
dsk-operate-ui/src/views/custom/customList/index.vue
+3
-3
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+2
-1
Tables.vue
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
+1
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+7
-2
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+1
-1
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
827080d5
...
@@ -1244,3 +1244,9 @@
...
@@ -1244,3 +1244,9 @@
overflow-y
:
clip
;
overflow-y
:
clip
;
}
}
}
}
.el-table__fixed
{
.el-table__body
{
padding-bottom
:
16px
;
}
}
dsk-operate-ui/src/views/custom/customList/index.vue
View file @
827080d5
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-
if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table
"
<el-table
v-
show=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
ref=
"thistables
"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
<div
class=
"ps1"
>
<div
class=
"ps1"
>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"wordprimary ps2"
@
click=
"toDetail(scope.row,'')"
v-html=
"scope.row.companyName"
></div>
<div
class=
"ps3"
>
<div
class=
"ps3"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"写跟进"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"写跟进"
placement=
"top"
transition=
""
:open-delay=
"450"
>
<div
@
click=
"toDetail(scope.row,'gjjl')"
><img
class=
"i"
src=
"@/assets/images/project/edit_1.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_11.png"
></div>
<div
@
click=
"toDetail(scope.row,'gjjl')"
><img
class=
"i"
src=
"@/assets/images/project/edit_1.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_11.png"
></div>
</el-tooltip>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑信息"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑信息"
placement=
"top"
transition=
""
:open-delay=
"450"
>
<div
@
click=
"toDetail(scope.row,'business')"
><img
class=
"i"
src=
"@/assets/images/project/edit_2.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_22.png"
></div>
<div
@
click=
"toDetail(scope.row,'business')"
><img
class=
"i"
src=
"@/assets/images/project/edit_2.png"
><img
class=
"o"
src=
"@/assets/images/project/edit_22.png"
></div>
</el-tooltip>
</el-tooltip>
</div>
</div>
...
...
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
827080d5
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
:data=
"tableData.rows"
:data=
"tableData.rows"
stripe
border
stripe
border
style=
"width: 100%"
>
style=
"width: 100%"
>
...
@@ -377,6 +377,7 @@ export default {
...
@@ -377,6 +377,7 @@ export default {
color
:
#3D3D3D
;
color
:
#3D3D3D
;
font-weight
:
400
;
font-weight
:
400
;
position
:
relative
;
position
:
relative
;
line-height
:
32px
;
&
:
:
after
{
&
:
:
after
{
content
:
' '
;
content
:
' '
;
width
:
2px
;
width
:
2px
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
View file @
827080d5
<
template
>
<
template
>
<div
class=
"Tables"
>
<div
class=
"Tables"
>
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
v-if=
"tableDataTotal>0"
class=
"fixed-table"
<el-table
v-if=
"tableDataTotal>0"
class=
"fixed-table"
max-height=
"640"
v-loading=
"tableLoading"
v-loading=
"tableLoading"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
827080d5
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<div
class=
"p2"
>
抱歉,你还未添加相关数据,快去添加吧
</div>
<div
class=
"p2"
>
抱歉,你还未添加相关数据,快去添加吧
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds == false"
>
新增联系人
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds == false"
>
新增联系人
</div>
</div>
</div>
<el-table
class=
"fixed-table"
v-else
<el-table
class=
"fixed-table"
v-else
max-height=
"640"
:data=
"tableData"
:data=
"tableData"
stripe
border
stripe
border
style=
"width: 100%"
style=
"width: 100%"
...
@@ -156,12 +156,14 @@
...
@@ -156,12 +156,14 @@
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--<el-input type="text" v-model="queryParam.accendant" placeholder="请输入"></el-input>-->
<!--</el-form-item>-->
<!--</el-form-item>-->
<el-form-item
label=
"联系方式:"
class=
"row"
>
<el-form-item
label=
"联系方式:"
class=
"row"
>
<el-input
type=
"text"
v-model=
"queryParam.contactInformation"
placeholder=
"请输入"
></el-input>
<el-input
type=
"text"
maxlength=
"11"
@
input=
"inputphone"
v-model=
"queryParam.contactInformation"
placeholder=
"请输入"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-form-item
label=
"备注:"
class=
"row"
>
<el-input
<el-input
type=
"textarea"
type=
"textarea"
maxlength=
"200"
:rows=
"2"
:rows=
"2"
show-word-limit
placeholder=
"请输入"
placeholder=
"请输入"
v-model=
"queryParam.remark"
>
v-model=
"queryParam.remark"
>
</el-input>
</el-input>
...
@@ -242,6 +244,9 @@
...
@@ -242,6 +244,9 @@
},
},
methods
:{
methods
:{
inputphone
(){
this
.
queryParam
.
contactInformation
=
this
.
queryParam
.
contactInformation
.
replace
(
/
\D
/g
,
''
)
},
todetail
(
id
){
todetail
(
id
){
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
'xmsl'
}
});
this
.
$router
.
push
({
path
:
'/project/projectList/detail'
,
query
:
{
id
:
id
,
tag
:
'xmsl'
}
});
},
},
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
827080d5
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<div
class=
"p2"
>
建议调整关键词或添加相关企业,重新搜索
</div>
<div
class=
"p2"
>
建议调整关键词或添加相关企业,重新搜索
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds==false"
>
新增相关企业
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds==false"
>
新增相关企业
</div>
</div>
</div>
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
max-height=
"640"
:data=
"tableData.rows"
:data=
"tableData.rows"
style=
"width: 100%"
style=
"width: 100%"
:default-sort =
"
{prop: 'depth', order: 'descending'}"
:default-sort =
"
{prop: 'depth', order: 'descending'}"
...
...
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
827080d5
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
上传文档
上传文档
</el-upload></div>
</el-upload></div>
</div>
</div>
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
max-height=
"640"
:data=
"fileDatas.rows"
:data=
"fileDatas.rows"
style=
"width: 100%"
style=
"width: 100%"
:default-sort =
"
{prop: 'creatTime', order: 'descending'}"
:default-sort =
"
{prop: 'creatTime', order: 'descending'}"
...
...
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