Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6ed72627
authored
2024-01-22 16:03:37 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息
1 parent
d4db8f1d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywDetail.vue
View file @
6ed7262
...
...
@@ -111,7 +111,7 @@
</lb-table>
</el-collapse-item>
<el-collapse-item
title=
"材料信息设置"
name=
"2"
>
<lb-table
:column=
"clxxList"
:heightNumSetting=
"true"
:minHeight=
"160"
<lb-table
:column=
"clxxList"
:heightNumSetting=
"true"
:
key=
"cLkey"
:
minHeight=
"160"
:pagination=
"false"
:data=
"form.clxx"
>
</lb-table>
</el-collapse-item>
...
...
@@ -169,6 +169,7 @@
},
data
()
{
return
{
cLkey
:
0
,
loading
:
false
,
key
:
0
,
tn
:
0
,
...
...
@@ -384,6 +385,7 @@
*/
removeDjqx
(
index
,
row
)
{
this
.
form
.
djqx
.
splice
(
index
,
1
);
this
.
cLkey
++
},
/**
* @description: addClxx
...
...
Please
register
or
sign in
to post a comment