Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xgdlapp
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
李苏
xgdlapp
Commits
e13418ab
Commit
e13418ab
authored
Mar 28, 2023
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pda
parent
dd482bcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Station.vue
components/Station/Station.vue
+1
-1
index.vue
pages/dl_cmaterial/index.vue
+1
-1
No files found.
components/Station/Station.vue
View file @
e13418ab
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
"stationAll"
>
<view
class=
"stationAll"
>
<view
class=
"stationBody"
:class=
"
{status1:itemInfo.status=='E',status2:itemInfo.status=='U',status3:itemInfo.status=='L',status4:itemInfo.status==4}">
<view
class=
"stationBody"
:class=
"
{status1:itemInfo.status=='E',status2:itemInfo.status=='U',status3:itemInfo.status=='L',status4:itemInfo.status==4}">
<view
class=
"item"
>
{{
itemInfo
.
ckName
}}
</view>
<view
class=
"item"
>
{{
itemInfo
.
ckName
}}
</view>
<view
class=
"item"
>
{{
itemInfo
.
name
}}
</view
>
<!--
<view
class=
"item"
>
{{
itemInfo
.
name
}}
</view>
--
>
<view
class=
"item"
>
{{
itemInfo
.
ppdName
||
itemInfo
.
name
}}
</view>
<view
class=
"item"
>
{{
itemInfo
.
ppdName
||
itemInfo
.
name
}}
</view>
<view
class=
"item"
>
{{
itemInfo
.
status
|
getstatus
}}
</view>
<view
class=
"item"
>
{{
itemInfo
.
status
|
getstatus
}}
</view>
</view>
</view>
...
...
pages/dl_cmaterial/index.vue
View file @
e13418ab
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
<button
class=
"cu-btn bg-gradual-orange "
@
tap=
"deactivate('启用')"
>
启用
</button>
<button
class=
"cu-btn bg-gradual-orange "
@
tap=
"deactivate('启用')"
>
启用
</button>
</view>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status=='L'"
>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status=='L'"
>
<button
class=
"cu-btn bg-gradual-red wid22"
@
tap=
"
cancel
bt()"
>
取消
</button>
<button
class=
"cu-btn bg-gradual-red wid22"
@
tap=
"
unlocking
bt()"
>
取消
</button>
</view>
</view>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status=='U'"
>
<view
class=
"padding flex align-center bg-white justify-around"
v-if=
"gwObj.status=='U'"
>
...
...
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