营销合同
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
:expand-row-keys="expands"
|
:expand-row-keys="expands"
|
||||||
:header-cell-style="{fontFamily:'YouYuan',fontSize:'13px',fontWeight:200}"
|
:header-cell-style="{fontFamily:'YouYuan',fontSize:'13px',fontWeight:200}"
|
||||||
highlight-current-row
|
highlight-current-row
|
||||||
style="margin: 3px 0px;width: 1208px"
|
style="margin: 3px 0px;width: 1218px"
|
||||||
height="700"
|
height="700"
|
||||||
border
|
border
|
||||||
stripe
|
stripe
|
||||||
@@ -124,7 +124,7 @@
|
|||||||
{{ scope.row.营销经理 }}
|
{{ scope.row.营销经理 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="发货节点" width="80">
|
<el-table-column align="center" label="发货节点" width="90">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.发货节点 : '-' }}
|
{{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.发货节点 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user