Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
e494df51be0362f60be2e4c33d6e81e34d094bee
1 parent
b1089e28
大屏的申报数字前面的0是灰色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/digital/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/digital/index.js
View file @
e494df5
...
...
@@ -32,6 +32,8 @@ export default {
}
toOrderNum
(
numm
.
value
)
/*不能删除这个console*/
console
.
log
(
"numDiff"
,
proxy
.
numDiff
)
Vue
.
watch
(
numm
,
(
newVal
)
=>
{
toOrderNum
(
newVal
)
})
...
...
Please
register
or
login
to post a comment