fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-24 15:54:08
|
* @Date : 2021-12-24 15:54:08
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-02-17 10:53:59
|
* @LastEditTime : 2022-02-17 11:19:04
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\network-freight.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -46,6 +46,11 @@
|
|||||||
</nz-card>
|
</nz-card>
|
||||||
|
|
||||||
<nz-card class="content-box">
|
<nz-card class="content-box">
|
||||||
|
<!-- 工具栏 -->
|
||||||
|
<div class="toolbar" style="float: right;
|
||||||
|
padding-bottom: 15px;">
|
||||||
|
<button nz-button nzType="primary" >新增</button>
|
||||||
|
</div>
|
||||||
<st
|
<st
|
||||||
#st
|
#st
|
||||||
[scroll]="{ x: '2000px' }"
|
[scroll]="{ x: '2000px' }"
|
||||||
|
|||||||
@ -101,7 +101,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: '基础设置',
|
text: '基础设置',
|
||||||
click: item => this.settingAction(item)
|
click: item => this.ticket(item)
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '财务设置',
|
text: '财务设置',
|
||||||
@ -117,7 +117,7 @@ export class NetworkFreightComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '系统配置',
|
text: '系统配置',
|
||||||
click: item => this.ticket(item)
|
click: item => this.settingAction(item)
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// text: '合同设置',
|
// text: '合同设置',
|
||||||
|
|||||||
Reference in New Issue
Block a user