|
@@ -65,6 +65,7 @@ export default {
|
|
|
this.listConfig = {
|
|
|
rows: [
|
|
|
{ label: '案场人员', prop: 'nickname'},
|
|
|
+ { label: '手机号', prop: 'phone'},
|
|
|
{ label: '更新人', prop: 'update_by' },
|
|
|
{ label: '更新时间', prop: 'update_at' },
|
|
|
{ label: '操作', width: 120, type: 'handle2', operations:
|