|
|
@@ -81,12 +81,12 @@ export default {
|
|
|
// 表格字段配置
|
|
|
columns: [
|
|
|
{ prop: 'title', label: '标题' },
|
|
|
- { prop: 'delegatorName', label: '委托人' },
|
|
|
- { prop: 'agenterName', label: '代理人' },
|
|
|
- { prop: 'isEnabled', label: '是否启用', tags: statusOptions },
|
|
|
- { prop: 'effectiveTime', label: '生效时间', sortable: 'custom' },
|
|
|
- { prop: 'expiryTime', label: '失效时间', sortable: 'custom' },
|
|
|
- { prop: 'agentType', label: '代理类型', tags: agentTypeOptions }
|
|
|
+ { prop: 'delegatorName', label: '委托人',width: '100' },
|
|
|
+ { prop: 'agenterName', label: '代理人',width: '100' },
|
|
|
+ { prop: 'isEnabled', label: '是否启用', tags: statusOptions,width: '100' },
|
|
|
+ { prop: 'effectiveTime', label: '生效时间', sortable: 'custom',width: '100' },
|
|
|
+ { prop: 'expiryTime', label: '失效时间', sortable: 'custom',width: '100' },
|
|
|
+ { prop: 'agentType', label: '代理类型', tags: agentTypeOptions,width: '150' }
|
|
|
]
|
|
|
// rowHandle: {
|
|
|
// actions: [{
|