创建合同1900
This commit is contained in:
@@ -197,7 +197,7 @@ el-card{
|
|||||||
border-color: #ff9759;
|
border-color: #ff9759;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//登录页login输入框上串
|
//登录页login输入框上串所以屏蔽
|
||||||
//.el-input__inner:focus {
|
//.el-input__inner:focus {
|
||||||
// border: 1px solid #1b55a0!important;
|
// border: 1px solid #1b55a0!important;
|
||||||
// height: 29px;
|
// height: 29px;
|
||||||
|
|||||||
@@ -131,27 +131,27 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="合同签订日期" width="100">
|
<el-table-column align="center" label="合同签订日期" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.合同签订日期 }}
|
{{ scope.row.合同签订日期&&scope.row.合同签订日期!=='1900/1/1' ? scope.row.合同签订日期 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="图纸会签节点" width="100">
|
<el-table-column align="center" label="图纸会签节点" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.图纸会签节点 }}
|
{{ scope.row.图纸会签节点&&scope.row.图纸会签节点!=='1900/1/1' ? scope.row.图纸会签节点 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="设备预验收节点" width="110">
|
<el-table-column align="center" label="设备预验收节点" width="110">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.设备预验收节点 }}
|
{{ scope.row.设备预验收节点&&scope.row.设备预验收节点!=='1900/1/1' ? scope.row.设备预验收节点 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="发货节点" width="85">
|
<el-table-column align="center" label="发货节点" width="85">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.发货节点 }}
|
{{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.图纸会签节点 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="安装调试节点" width="100">
|
<el-table-column align="center" label="安装调试节点" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.安装调试节点 }}
|
{{ scope.row.安装调试节点&&scope.row.安装调试节点!=='1900/1/1' ? scope.row.安装调试节点 : '-' }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column align="center" label="销售经理" width="85">
|
<el-table-column align="center" label="销售经理" width="85">
|
||||||
|
|||||||
Reference in New Issue
Block a user