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
b8896702
authored
2024-01-22 10:50:14 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改分割合并对应的内容调整
1 parent
8eebb845
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
src/views/ywbl/ywsq/components/selectJsydsyqSplitMerge.vue
View file @
b889670
...
...
@@ -104,7 +104,11 @@
</el-table-column>
<el-table-column
property=
"syqmj"
label=
"使用权面积"
>
label=
"面积"
>
</el-table-column>
<el-table-column
property=
"qlytmc"
label=
"用途"
>
</el-table-column>
<el-table-column
property=
"zl"
...
...
@@ -283,8 +287,8 @@
*/
handleRowClick
(
row
)
{
this
.
queryForm
.
bhqkbsm
=
row
.
bhqkbsm
this
.
radioVal
=
row
.
bdcdyh
row
.
bglx
=
'1'
//
this.radioVal = row.bdcdyh
//
row.bglx = '1'
selectZdjbxxSplitMerge
({
...
this
.
queryForm
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
...
...
src/views/ywbl/ywsq/javascript/selectJsydsyqhbfg.js
View file @
b889670
...
...
@@ -81,7 +81,7 @@ class data extends filter {
},
{
prop
:
"qlmjmc"
,
width
:
'100'
,
width
:
100
,
label
:
"使用权面积"
,
},
{
...
...
@@ -198,7 +198,12 @@ class datatwo extends filter {
{
prop
:
"qlmjmc"
,
width
:
100
,
label
:
"使用权面积"
,
label
:
"面积"
,
},
{
prop
:
"qlytmc"
,
width
:
100
,
label
:
"用途"
,
},
{
prop
:
"zl"
,
...
...
Please
register
or
sign in
to post a comment