Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
e25ffc77
Commit
e25ffc77
authored
Oct 24, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单独使用loading对象
parent
3f960fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+7
-5
No files found.
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
e25ffc77
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-24 1
0:57:34
* @LastEditTime: 2024-10-24 1
3:48:05
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<
template
>
...
...
@@ -10,11 +10,11 @@
element-loading-background=
"rgba(0, 0, 0, 0.8)"
ref=
"app"
class=
"min_full nullbp"
>
<!-- 弹框组件dialig -->
<czDialog
@
save=
'getSave'
:app=
'this'
v-if=
'showDialog'
/>
<div
v-show=
"loading==false"
class=
"bigTitle animate__animated animate__fadeInDown "
>
<div
v-show=
"
td
loading==false"
class=
"bigTitle animate__animated animate__fadeInDown "
>
一回路异物溯源态势图
</div>
<!-- 视角工具栏-->
<div
v-show=
"loading==false"
class=
"toolButton animate__animated animate__fadeInRight"
>
<div
v-show=
"
td
loading==false"
class=
"toolButton animate__animated animate__fadeInRight"
>
<div
class=
"flex1 text-center"
>
<div
class=
"menu"
>
<span
style=
"cursor: pointer;"
@
click=
"toFullPage('jyfkgl/jyfkgl')"
>
...
...
@@ -39,7 +39,7 @@
</div>
</div>
</div>
<div
v-show=
"loading==false"
class=
"toolButton2 animate__animated animate__fadeInLeft"
>
<div
v-show=
"
td
loading==false"
class=
"toolButton2 animate__animated animate__fadeInLeft"
>
<div
class=
"flex1 text-center"
>
<div
class=
"menu"
>
<span
style=
"cursor: pointer;"
@
click=
"toFullPage('sbxxgl/sbxx')"
>
设备信息
...
...
@@ -282,7 +282,7 @@
</div>
-->
</div>
<!-- 溯源排查-->
<div
v-show=
"loading==false"
class=
"sypc animate__animated animate__fadeInUp "
>
<div
v-show=
"
td
loading==false"
class=
"sypc animate__animated animate__fadeInUp "
>
<div
class=
"full data-box1"
style=
"position: relative;"
>
<i
class=
"topL"
></i>
<i
class=
"topR"
></i>
...
...
@@ -650,6 +650,7 @@
},
/* 加载相关动画*/
loading
:
true
,
tdloading
:
true
,
loadingText
:
'正在加载模型,请等待!'
,
viewer
:
null
,
scene
:
null
,
...
...
@@ -1544,6 +1545,7 @@
model
.
addEventListener
(
"loaded"
,
()
=>
{
this
.
loading
=
false
this
.
tdloading
=
false
/* 解决共用showleft控制没有关闭效果
放置默认不控制,初始dom是存在的直接出现关闭特效
*/
...
...
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