营销合同

This commit is contained in:
Vergil
2020-03-16 13:57:37 +08:00
parent 4bae9255aa
commit a5835c09eb

View File

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