Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tp-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaopanyu
tp-ui
Commits
fd658ab6
Commit
fd658ab6
authored
Oct 13, 2024
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2041e3b4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
src/views/tpInfo/index.vue
+11
-10
No files found.
src/views/tpInfo/index.vue
View file @
fd658ab6
...
...
@@ -26,16 +26,17 @@
<el-table
v-loading=
"loading"
border
:data=
"tpInfoList"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
label=
"姓名"
align=
"center"
width=
"180px"
prop=
"name"
/>
<el-table-column
label=
"AD账号"
align=
"center"
prop=
"ipdz"
width=
"180px"
/>
<el-table-column
prop=
"dwmc"
label=
"投票单位"
min-width=
"150px"
align=
"left"
>
<template
slot-scope=
"scope"
>
<el-tooltip
popper-class=
"table-tooltip"
:content=
"scope.row.dwmc"
placement=
"top"
>
<div
class=
"long_title"
>
<span>
{{
scope
.
row
.
dwmc
}}
</span>
</div>
</el-tooltip>
</
template
>
<el-table-column
label=
"姓名"
align=
"center"
width=
"100px"
prop=
"name"
/>
<el-table-column
label=
"AD账号"
align=
"center"
prop=
"ipdz"
width=
"120px"
/>
<el-table-column
label=
"投票时间"
align=
"center"
prop=
"createTime"
width=
"155px"
/>
<el-table-column
prop=
"dwmc"
label=
"投票单位"
align=
"left"
>
<!--
<template
slot-scope=
"scope"
>
-->
<!--
<el-tooltip
popper-class=
"table-tooltip"
:content=
"scope.row.dwmc"
placement=
"top"
>
-->
<!--
<div
class=
"long_title"
>
-->
<!--
<span>
{{
scope
.
row
.
dwmc
}}
</span>
-->
<!--
</div>
-->
<!--
</el-tooltip>
-->
<!--
</
template
>
-->
</el-table-column>
</el-table>
...
...
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