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
5d7828a4
authored
2023-08-09 16:19:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
0ce200f2
6a7adb82
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
package.json
src/views/workflow/components/dialog/txdw.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/ywsq/javascript/fwsyq.js
package.json
View file @
5d7828a
...
...
@@ -11,6 +11,7 @@
"@antv/g2"
:
"^4.2.8"
,
"@babel/polyfill"
:
"^7.12.1"
,
"@riophae/vue-treeselect"
:
"^0.4.0"
,
"@union/gis-sdk"
:
"^1.1.0"
,
"axios"
:
"^0.21.1"
,
"bpmn-js"
:
"^7.4.0"
,
"bpmn-js-properties-panel"
:
"^0.37.2"
,
...
...
@@ -30,8 +31,7 @@
"vue-router"
:
"3.0.2"
,
"vue-seamless-scroll"
:
"^1.1.23"
,
"vuex"
:
"3.1.0"
,
"x2js"
:
"^3.4.4"
,
"@union/gis-sdk"
:
"1.1.0"
"x2js"
:
"^3.4.4"
},
"devDependencies"
:
{
"@vue/cli-plugin-babel"
:
"4.4.4"
,
...
...
src/views/workflow/components/dialog/txdw.vue
View file @
5d7828a
<
template
>
<div
class=
"gis"
>
<div
class=
"
main
-container"
ref=
"main"
>
<div
class=
"
gis
-container"
ref=
"main"
>
<div
class=
"flex-transverse"
ref=
"transverse"
>
<div
id=
"arcgisMap0"
class=
"flex-single"
></div>
</div>
...
...
@@ -46,7 +46,7 @@
mounted
()
{
let
doc
=
document
.
querySelector
(
'.gis'
);
this
.
$nextTick
(()
=>
{
Object
.
assign
(
doc
.
style
,
{
width
:
doc
.
clientWidth
+
'px'
,
height
:
'700px'
});
Object
.
assign
(
doc
.
style
,
{
width
:
+
doc
.
clientWidth
+
'px'
,
height
:
'700px'
});
})
},
created
()
{
...
...
@@ -89,8 +89,8 @@
</
script
>
<
style
>
.
main
-container
{
<
style
scoped
lang=
"scss"
>
.
gis
-container
{
display
:
-webkit-flex
;
display
:
flex
;
-webkit-flex-wrap
:
wrap
;
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
5d7828a
...
...
@@ -227,7 +227,7 @@
<qlrCommonTable
@
upDateQlrxxList=
"upDateQlrxxList"
:tableData=
"ruleForm.qlrList"
:disabled=
"!ableOperation"
:gyfs=
"ruleForm.slsq.gyfs"
/>
<div
v-if=
"ruleForm.ywrList && ruleForm.
slsq
.djlx == '200'"
>
<div
v-if=
"ruleForm.ywrList && ruleForm.
qlxx
.djlx == '200'"
>
<div
class=
"slxx_title title-block"
>
义务人信息
<div
class=
"triangle"
></div>
...
...
src/views/ywbl/ywsq/javascript/fwsyq.js
View file @
5d7828a
...
...
@@ -222,16 +222,16 @@ class data extends filter {
)
}
},
{
prop
:
"zcs"
,
label
:
"总层数"
,
width
:
'70'
,
},
{
prop
:
"zts"
,
label
:
"总套数"
,
width
:
'70'
,
},
//
{
//
prop: "zcs",
//
label: "总层数",
//
width: '70',
//
},
//
{
//
prop: "zts",
//
label: "总套数",
//
width: '70',
//
},
{
prop
:
"zl"
,
label
:
"多幢坐落"
,
...
...
Please
register
or
sign in
to post a comment