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
a87eaaf5
Commit
a87eaaf5
authored
Apr 08, 2024
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
5534011b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
ledger.vue
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
+9
-8
No files found.
dsk-operate-ui/src/views/supplier/supplierlist/ledger.vue
View file @
a87eaaf5
...
...
@@ -71,7 +71,7 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"涉诉状态"
>
<el-select
multiple
placeholder=
"请选择"
:collapse-tags=
"tru
e"
clearable
>
<el-select
placeholder=
"请选择"
:collapse-tags=
"true"
v-model=
"formdata.badnessStat
e"
clearable
>
<el-option
v-for=
"(item,index) in litigationstatus"
:label=
"item.dictLabel"
:value=
"item.dictValue"
:key=
"index"
></el-option>
</el-select>
</el-form-item>
...
...
@@ -190,7 +190,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"限用/禁用状态"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
--
</
template
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
badnessState
||
'--'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"劳务队长"
min-width=
"120"
:resizable=
"false"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -333,12 +333,13 @@
</template>
<
script
>
import
{
encodeStr
}
from
"@/assets/js/common.js"
;
import
"@/assets/styles/public.scss"
;
import
"@/assets/styles/supplierlist.scss"
;
import
skeleton
from
'@/views/project/projectList/component/skeleton'
;
import
{
customerAll
,
areaAll
,
customerExport
}
from
'@/api/supplier/supplier'
;
import
{
getDicts
}
from
"@/api/system/dict/data"
;
import
{
encodeStr
}
from
'@/assets/js/common.js'
import
'@/assets/styles/public.scss'
import
'@/assets/styles/supplierlist.scss'
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
{
areaAll
,
customerAll
,
customerExport
}
from
'@/api/supplier/supplier'
import
{
getDicts
}
from
'@/api/system/dict/data'
export
default
{
name
:
'ledger'
,
components
:{
skeleton
},
...
...
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