Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-web-back-soil
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
patzn-cloud-web-back-soil
Commits
a8e72a72
Commit
a8e72a72
authored
Jun 06, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资质管理内容 检测依据管理
parent
2f3cf38b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
+63
-0
MeterSubcontractor.vue
pages/meter-subcontract/subcontractor/MeterSubcontractor.vue
+63
-0
No files found.
pages/meter-subcontract/subcontractor/MeterSubcontractor.vue
0 → 100644
View file @
a8e72a72
<
template
>
<div>
<PTVXETable
ref=
"pageTable"
:table-height=
"tableHeight"
:get-page=
"getPage"
:icon-msg=
"iconMsg"
hide-checkbox
@
on-result-change=
"_tableResultChange"
>
<!--
<vxe-table-column-->
<!-- v-for="item in pageColumns"-->
<!-- :key="item.key"-->
<!-- sortable-->
<!-- :field="item.key"-->
<!-- :title="item.title"-->
<!-- :min-width="item.width?item.width:200" :fixed="item.fixed?item.fixed:undefined">-->
<!--
<template
slot-scope=
"scope"
>
-->
<!--
<span>
{{
scope
.
row
[
item
.
key
]
}}
</span>
-->
<!--
</
template
>
-->
<!-- </vxe-table-column>-->
</PTVXETable>
</div>
</template>
<
script
>
import
PTVXETable
from
'../../../components/vxe/PTVXETable'
export
default
{
name
:
'MeterSubcontractor'
,
comments
:
{
PTVXETable
},
data
()
{
return
{
getPage
:
{},
tableHeight
:
500
,
iconMsg
:
[],
pageColumns
:
[
{
title
:
'实验室名称'
,
key
:
'name'
,
width
:
200
},
{
title
:
'资质'
,
key
:
'aptitude'
,
width
:
200
},
{
title
:
'联系人'
,
key
:
'linkman'
,
width
:
90
},
{
title
:
'电话'
,
key
:
'tel'
,
width
:
120
},
{
title
:
'邮箱'
,
key
:
'email'
,
width
:
150
},
{
title
:
'地址'
,
key
:
'address'
},
{
title
:
'结算方式'
,
key
:
'clearingWay'
,
width
:
120
},
{
title
:
'备注'
,
key
:
'remark'
}
]
}
},
methods
:
{
_tableResultChange
(
msg
,
data
)
{
switch
(
msg
)
{
case
'page'
:
this
.
getPage
=
{}
break
case
'iconClick'
:
this
.
_iconClick
(
data
.
name
,
data
.
rowData
,
data
.
componentName
)
break
case
'changeSize'
:
this
.
_page
()
break
}
}
}
}
</
script
>
<
style
scoped
>
</
style
>
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