Commit 5fb9ccdc authored by levante's avatar levante

手机号码改为联系电话

parent 2fc23b56
...@@ -36,6 +36,12 @@ export default { ...@@ -36,6 +36,12 @@ export default {
align: 'center', align: 'center',
key: 'reportorName', key: 'reportorName',
}, },
{
title: '联系电话',
dataIndex: 'phone',
align: 'center',
key: 'phone',
},
{ {
title: '报修地址', title: '报修地址',
dataIndex: 'address', dataIndex: 'address',
...@@ -54,12 +60,6 @@ export default { ...@@ -54,12 +60,6 @@ export default {
align: 'center', align: 'center',
key: 'dscr', key: 'dscr',
}, },
{
title: '手机号码',
dataIndex: 'phone',
align: 'center',
key: 'phone',
},
{ {
title: '上门日期', title: '上门日期',
dataIndex: 'homeDate', dataIndex: 'homeDate',
......
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