Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
ebe7ee03
authored
2023-03-01 13:37:12 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:模块样式修改
1 parent
eff0e9e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/components/Business/kttFwZrz.vue
src/components/EditDialog/index.vue
src/components/JsonEditor.vue
src/components/Business/kttFwZrz.vue
View file @
ebe7ee0
...
...
@@ -2,7 +2,7 @@
<div
class=
"naturalBuilding itemForm"
>
<el-form
:model=
"naturalForm"
:rules=
"rules"
ref=
"formList"
label-width=
"115px"
:key=
"key"
>
<div
v-for=
"(item, index) in naturalForm.naturalList"
:key=
"index"
class=
"naturalBuilding-item"
>
<p
class=
"naturalBuilding-name"
>
自然幢
{{
index
+
1
}}
</p>
<p
class=
"naturalBuilding-name
obligee-item-name
"
>
自然幢
{{
index
+
1
}}
</p>
<div
class=
"naturalBuilding-list"
>
<el-row>
<el-col
:span=
"8"
>
...
...
@@ -330,7 +330,7 @@ export default {
default
:
""
,
},
},
data
()
{
data
()
{
return
{
naturalForm
:
{
naturalList
:
[
...
...
@@ -366,7 +366,7 @@ export default {
};
},
methods
:
{
async
featchData
()
{
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
kttFwZrz
.
getKttFwZrzById
(
this
.
bsmSjsb
);
this
.
naturalForm
.
naturalList
=
res
;
...
...
@@ -375,7 +375,7 @@ export default {
this
.
$refs
.
msg
.
messageShow
();
}
},
handleUpdateForm
()
{
handleUpdateForm
()
{
return
new
Promise
(
async
(
resolve
)
=>
{
try
{
let
res
=
await
kttFwZrz
.
updateKttFwZrz
(
this
.
naturalForm
.
naturalList
);
...
...
src/components/EditDialog/index.vue
View file @
ebe7ee0
...
...
@@ -375,6 +375,7 @@ export default {
padding-right
:
1px
;
margin-bottom
:
10px
;
border-top
:
none
;
height
:
45vh
;
}
/
deep
/
.editDialogBox
{
...
...
src/components/JsonEditor.vue
View file @
ebe7ee0
<
template
>
<el-input
type=
"textarea"
:rows=
"6"
placeholder=
"配置参数"
v-model=
"resultInfo"
>
<el-input
type=
"textarea"
:rows=
"6"
disabled
placeholder=
"配置参数"
v-model=
"resultInfo"
>
</el-input>
</
template
>
<
script
>
...
...
Please
register
or
sign in
to post a comment