Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pt-tobacco-lims-web
Overview
Overview
Details
Activity
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
wangweidong
pt-tobacco-lims-web
Commits
94f6becb
Commit
94f6becb
authored
Jun 08, 2020
by
lichengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了登录页面和首页
parent
55b58f83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
ItemRightList.vue
pages/drug-test-audit/tabs/ItemRightList.vue
+5
-2
No files found.
pages/drug-test-audit/tabs/ItemRightList.vue
View file @
94f6becb
...
...
@@ -39,7 +39,7 @@
:table-height=
"tableHeight"
:get-page=
"getPage"
:opt-col-width=
"140"
:icon-msg=
"iconMsg"
show-check-box
@
on-result-change=
"_tableResultChange"
>
...
...
@@ -61,6 +61,9 @@
<span
v-else-if=
"item.type"
class=
"blue-color"
>
{{
scope
.
row
[
item
.
key
]
===
undefined
?
''
:
scope
.
row
[
item
.
key
].
display
}}
</span>
<span
v-else-if=
"item.isNot"
class=
"blue-color"
>
{{
scope
.
row
[
item
.
key
]
===
0
?
'否'
:
'是'
}}
</span>
<div
v-else
>
{{
scope
.
row
[
item
.
key
]
}}
</div>
...
...
@@ -103,7 +106,7 @@ export default {
{
title
:
'比较符'
,
key
:
'compareSymbol'
},
{
title
:
'限值'
,
key
:
'limitValue'
},
{
title
:
'单位'
,
key
:
'unit'
},
{
title
:
'是否系统判定'
,
key
:
'judged'
},
{
title
:
'是否系统判定'
,
key
:
'judged'
,
isNot
:
true
},
{
title
:
'备注'
,
key
:
'remark'
}
],
getPage
:
{},
...
...
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