|
@@ -31,19 +31,16 @@ export default {
|
|
},
|
|
},
|
|
data: function () {
|
|
data: function () {
|
|
return {
|
|
return {
|
|
- // 数据项
|
|
|
|
fields: [
|
|
fields: [
|
|
{ label: '联系人', prop: 'user_name', filter: true },
|
|
{ label: '联系人', prop: 'user_name', filter: true },
|
|
{ label: '联系电话', prop: 'user_phone', filter: true },
|
|
{ label: '联系电话', prop: 'user_phone', filter: true },
|
|
{ label: '审核时间', prop: 'examine_date' },
|
|
{ label: '审核时间', prop: 'examine_date' },
|
|
{ label: '审核状态', prop: 'status_name' },
|
|
{ label: '审核状态', prop: 'status_name' },
|
|
],
|
|
],
|
|
- //操作项
|
|
|
|
opera: [
|
|
opera: [
|
|
{ label: '详情', method: 'view' },
|
|
{ label: '详情', method: 'view' },
|
|
{ label: '领取确定', method: 'receive', type: 'success', confirm: true, display: (i) => i.status == '2' },
|
|
{ label: '领取确定', method: 'receive', type: 'success', confirm: true, display: (i) => i.status == '2' },
|
|
],
|
|
],
|
|
- //表格数据
|
|
|
|
list: [
|
|
list: [
|
|
{
|
|
{
|
|
id: '111',
|
|
id: '111',
|