Commit 455265b9 authored by 路过空's avatar 路过空 Committed by hetech

docs: update Table doc (#14329)

* Fix table chinese document display inconsistencies

Fix table chinese document display inconsistencies

* fix doc
parent 7b1d0e2a
......@@ -3,7 +3,7 @@
data() {
return {
tableData: [{
date: '2016-05-03',
date: '2016-05-02',
name: '王小虎',
province: '上海',
city: '普陀区',
......@@ -11,27 +11,27 @@
zip: 200333,
tag: '家'
}, {
date: '2016-05-02',
date: '2016-05-04',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
address: '上海市普陀区金沙江路 1517 弄',
zip: 200333,
tag: '公司'
}, {
date: '2016-05-04',
date: '2016-05-01',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
address: '上海市普陀区金沙江路 1519 弄',
zip: 200333,
tag: '家'
}, {
date: '2016-05-01',
date: '2016-05-03',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
address: '上海市普陀区金沙江路 1516 弄',
zip: 200333,
tag: '公司'
}],
......@@ -784,32 +784,32 @@
data() {
return {
tableData: [{
date: '2016-05-03',
date: '2016-05-02',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518 弄',
zip: 200333
}, {
date: '2016-05-02',
date: '2016-05-04',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1517',
zip: 200333
}, {
date: '2016-05-04',
date: '2016-05-01',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1519',
zip: 200333
}, {
date: '2016-05-01',
date: '2016-05-03',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1516',
zip: 200333
}]
}
......@@ -2070,7 +2070,7 @@
data() {
return {
tableData: [{
date: '2016-05-03',
date: '2016-05-02',
name: '王小虎',
province: '上海',
city: '普陀区',
......@@ -2078,27 +2078,27 @@
zip: 200333,
tag: ''
}, {
date: '2016-05-02',
date: '2016-05-04',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1517',
zip: 200333,
tag: '公司'
}, {
date: '2016-05-04',
date: '2016-05-01',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1519',
zip: 200333,
tag: ''
}, {
date: '2016-05-01',
date: '2016-05-03',
name: '王小虎',
province: '上海',
city: '普陀区',
address: '上海市普陀区金沙江路 1518',
address: '上海市普陀区金沙江路 1516',
zip: 200333,
tag: '公司'
}],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment