This commit is contained in:
wangshiming
2022-04-26 11:07:18 +08:00
parent 019dd90757
commit 5cddd9a956
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2022-03-21 09:26:45 * @Date : 2022-03-21 09:26:45
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-04-26 11:06:25 * @LastEditTime : 2022-04-26 11:04:46
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.ts * @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\rebate-management\\components\\rebate-setting\\add\\add.component.ts
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
*/ */
@ -81,7 +81,7 @@ export class ParterRebateManageMentAddComponent implements OnInit {
{ title: '类型', index: 'partnerType', className: 'text-center', width: 130, type: 'enum', enum: { 1: '企业', 2: '个人' } }, { title: '类型', index: 'partnerType', className: 'text-center', width: 130, type: 'enum', enum: { 1: '企业', 2: '个人' } },
{ {
title: '操作', title: '操作',
width: '120px', width: '90px',
fixed: 'right', fixed: 'right',
buttons: [ buttons: [
{ {

View File

@ -120,7 +120,7 @@ export class ParterRebateManageMentSettingComponent implements OnInit {
{ {
title: '操作', title: '操作',
fixed: 'right', fixed: 'right',
width: '90px', width: '120px',
className: 'text-left', className: 'text-left',
buttons: [ buttons: [
{ {