Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
879d1d5a
Commit
879d1d5a
authored
Jan 06, 2022
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 表格宽度优化
parent
666bb983
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gln.vue
src/views/Search/gln.vue
+2
-2
internal.vue
src/views/Search/internal.vue
+2
-2
No files found.
src/views/Search/gln.vue
View file @
879d1d5a
...
@@ -47,8 +47,8 @@
...
@@ -47,8 +47,8 @@
<template
slot=
"empty"
>
<template
slot=
"empty"
>
<span
style=
"color: #969799;"
>
未查到该信息
</span>
<span
style=
"color: #969799;"
>
未查到该信息
</span>
</
template
>
</
template
>
<el-table-column
prop=
"gepirRequestedKey.requestedKeyValue"
label=
"GLN"
width=
"1
8
0"
></el-table-column>
<el-table-column
prop=
"gepirRequestedKey.requestedKeyValue"
label=
"GLN"
width=
"1
6
0"
></el-table-column>
<el-table-column
prop=
"address.name"
label=
"企业名称(含英文)"
width=
"
18
0"
>
<el-table-column
prop=
"address.name"
label=
"企业名称(含英文)"
width=
"
22
0"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"address.streetAddressOne"
label=
"中文地址"
></el-table-column>
<el-table-column
prop=
"address.streetAddressOne"
label=
"中文地址"
></el-table-column>
<el-table-column
prop=
"status"
label=
"英文地址"
></el-table-column>
<el-table-column
prop=
"status"
label=
"英文地址"
></el-table-column>
...
...
src/views/Search/internal.vue
View file @
879d1d5a
...
@@ -106,9 +106,9 @@
...
@@ -106,9 +106,9 @@
header-cell-class-name=
"search-table-hc"
header-cell-class-name=
"search-table-hc"
style=
"width: 100%"
style=
"width: 100%"
>
>
<el-table-column
prop=
"_source.code"
label=
"厂商识别代码"
width=
"1
8
0"
>
<el-table-column
prop=
"_source.code"
label=
"厂商识别代码"
width=
"1
5
0"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"_source.firm_name"
label=
"厂商名称"
width=
"
18
0"
>
<el-table-column
prop=
"_source.firm_name"
label=
"厂商名称"
width=
"
22
0"
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"状态"
>
<el-table-column
label=
"状态"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
...
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