Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
f3b0c140
Commit
f3b0c140
authored
Apr 18, 2024
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商详情页不良行为
parent
58b96fc6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
68 additions
and
44 deletions
+68
-44
sidebar_left.png
dsk-operate-ui/src/assets/images/sidebar_left.png
+0
-0
sidebar_right.png
dsk-operate-ui/src/assets/images/sidebar_right.png
+0
-0
badlist.vue
.../src/views/detail/party-a/internalCooperation/badlist.vue
+65
-41
disablelist.vue
dsk-operate-ui/src/views/supplier/disablelist.vue
+3
-3
No files found.
dsk-operate-ui/src/assets/images/sidebar_left.png
View replaced file @
58b96fc6
View file @
f3b0c140
901 Bytes
|
W:
|
H:
794 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/assets/images/sidebar_right.png
View replaced file @
58b96fc6
View file @
f3b0c140
909 Bytes
|
W:
|
H:
792 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/views/detail/party-a/internalCooperation/badlist.vue
View file @
f3b0c140
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/disablelist.vue
View file @
f3b0c140
...
@@ -28,9 +28,9 @@
...
@@ -28,9 +28,9 @@
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
>
<div
class=
"table-item-jf table-item"
v-if=
"!isSkeleton&&tableData.length>0"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}"
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="table-item1 fixed-table" border highlight-current-row
v-sticky-header.always="{offsetTop : '-16px',offsetBottom : '-15px'}" class="table-item1 fixed-table" border highlight-current-row
:header-row-class-name="setHeaderRow" :cell-class-name="setCellClass" :row-class-name="setRowClass" :header-cell-class-name="setCellClass"
:header-row-class-name="setHeaderRow" :cell-class-name="setCellClass" :row-class-name="setRowClass" :header-cell-class-name="setCellClass"
ref="theOwnerListTable
">
ref="theOwnerListTable" :row-key="'customerKey'
">
<el-table-column
type=
"index"
label=
"序号"
:fixed=
"tableColumnFixed"
width=
"60"
:resizable=
"false"
>
<el-table-column
type=
"index"
label=
"序号"
:fixed=
"tableColumnFixed"
width=
"60"
:resizable=
"false"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
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