bug fix
This commit is contained in:
parent
3f559c1de5
commit
7734a4585e
|
@ -28,6 +28,6 @@ export const partnerBranchs = [
|
|||
finalSigninDate: '',
|
||||
ip: '',
|
||||
state: '정상',
|
||||
note: '대본등록',
|
||||
note: '부본등록',
|
||||
},
|
||||
];
|
||||
|
|
|
@ -28,6 +28,6 @@ export const partnerDivisions = [
|
|||
finalSigninDate: '',
|
||||
ip: '',
|
||||
state: '정상',
|
||||
note: '대본등록',
|
||||
note: '총판등록',
|
||||
},
|
||||
];
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
<!-- 비고 -->
|
||||
<div class="hidden sm:block truncate">
|
||||
<button mat-flat-button [color]="'primary'">
|
||||
부본등록
|
||||
{{ partnerBranch.note }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -333,7 +333,7 @@
|
|||
<!-- 비고 -->
|
||||
<div class="hidden sm:block truncate">
|
||||
<button mat-flat-button [color]="'primary'">
|
||||
총판등록
|
||||
{{ partnerDivision.note }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user