Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 88fb5f9

Browse files
committed
Merge branch 'dev'
2 parents c65ce9b + 2f5b26e commit 88fb5f9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎src/views/table/complex-table.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,21 @@
4242
>
4343
</div>
4444
<el-table :data="tableData" border stripe>
45-
<el-table-column prop="id" label="序号" width="80"></el-table-column>
45+
<el-table-column prop="id" label="序号" width="60"></el-table-column>
4646
<el-table-column prop="order" label="订单号"></el-table-column>
4747
<el-table-column prop="time" label="下单时间"></el-table-column>
4848
<el-table-column
4949
prop="address"
5050
label="配送地址"
51-
width="280"
51+
width="210"
5252
></el-table-column>
5353
<el-table-column prop="phone" label="联系电话"></el-table-column>
54-
<el-table-column prop="name" label="配送员"></el-table-column>
55-
<el-table-column prop="status" label="状态">
54+
<el-table-column
55+
prop="name"
56+
label="配送员"
57+
width="70"
58+
></el-table-column>
59+
<el-table-column prop="status" label="状态" width="90">
5660
<template slot-scope="scope">
5761
<el-tag :type="scope.row.status | tagClass">{{
5862
scope.row.status | statusText

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /