Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sensorConsult
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
zhanglw
sensorConsult
Commits
f356297a
Commit
f356297a
authored
Aug 04, 2023
by
zhanglw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
fd2fdaa6
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
360 deletions
+2
-360
_add.vue
src/views/backstage/customMgt/customTabulate/_add.vue
+0
-359
index.vue
src/views/backstage/customMgt/customTabulate/index.vue
+2
-1
No files found.
src/views/backstage/customMgt/customTabulate/_add.vue
deleted
100644 → 0
View file @
fd2fdaa6
This diff is collapsed.
Click to expand it.
src/views/backstage/customMgt/customTabulate/index.vue
View file @
f356297a
...
...
@@ -30,7 +30,8 @@
<el-table
id=
"dataTable"
ref=
"dataTable"
v-loading=
"loading"
:data=
"tableData"
tooltip-effect=
"dark"
style=
"width:auto;min-height: 70vh"
@
selection-change=
"handleSelectionChange"
>
<el-table-column
type=
"selection"
width=
"55"
/>
<el-table-column
type=
"index"
width=
"55"
label=
"序号"
:index=
"indexMethod"
/>
<el-table-column
prop=
"userName"
label=
"用户名"
/>
<el-table-column
prop=
"customerId"
label=
"供应商id"
width=
"70"
/>
<el-table-column
prop=
"userName"
label=
"供应商名称"
/>
<el-table-column
prop=
"registeredAddressProvince"
label=
"区域"
:formatter=
"(row, col, val)=>
{return dict.label.area_province[val]}" />
<el-table-column
prop=
"enterpriseName"
label=
"企业名称"
/>
<el-table-column
prop=
"enterpriseContactPerson"
label=
"联系人"
/>
...
...
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