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
44e2ebe7
Commit
44e2ebe7
authored
Jun 06, 2020
by
wangweidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
资质管理内容 检测依据管理
parent
161e6a9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
MeterSubcontractor.vue
pages/meter-subcontract/subcontractor/MeterSubcontractor.vue
+11
-11
No files found.
pages/meter-subcontract/subcontractor/MeterSubcontractor.vue
View file @
44e2ebe7
...
...
@@ -2,17 +2,17 @@
<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>--
>
<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>
...
...
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