Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
c5694dea
Commit
c5694dea
authored
Sep 16, 2019
by
chenjundi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cjd' into dev
parents
0946c9ca
fa4f0d9a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
index.vue
src/components/gitDeliverRecord/index.vue
+5
-4
No files found.
src/components/gitDeliverRecord/index.vue
View file @
c5694dea
...
...
@@ -18,7 +18,7 @@
<el-form-item
label=
"班级名称"
label-width=
"100px"
>
<el-input
v-model=
"searchFrom.class_name"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"
学员电话
"
label-width=
"100px"
>
<el-form-item
label=
"
电话号码
"
label-width=
"100px"
>
<el-input
v-model=
"searchFrom.mobile"
clearable
></el-input>
</el-form-item>
<el-form-item
label=
"领取时间"
label-width=
"100px"
>
...
...
@@ -55,9 +55,10 @@
<el-table-column
prop=
"class_name"
label=
"班级名称"
></el-table-column>
<el-table-column
prop=
"money"
label=
"实付金额"
></el-table-column>
<el-table-column
prop=
"teacher_name"
label=
"带班老师"
></el-table-column>
<el-table-column
prop=
"nickname"
label=
"学员名称"
></el-table-column>
<el-table-column
prop=
"mobile"
label=
"学员电话"
></el-table-column>
<el-table-column
prop=
"address"
label=
"学员地址"
></el-table-column>
<el-table-column
prop=
"user_id"
label=
"UID"
></el-table-column>
<el-table-column
prop=
"nickname"
label=
"客户名称"
></el-table-column>
<el-table-column
prop=
"mobile"
label=
"收货人电话"
></el-table-column>
<el-table-column
prop=
"address"
label=
"收货地址"
></el-table-column>
<el-table-column
prop=
"created_at"
label=
"领取时间"
></el-table-column>
<el-table-column
prop=
"deliver_at"
label=
"物流导入时间"
></el-table-column>
<el-table-column
prop=
"express_no"
label=
"快递单号"
></el-table-column>
...
...
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