Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
caoqianming 2022-02-28 14:23:35 +08:00
commit 8e9642ab63
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<template slot-scope="scope">{{ scope.row.order_.number }}</template>
</el-table-column>
<el-table-column label="合同编号" width="110">
<template slot-scope="scope" v-if="scope.row.contract">{{
<template slot-scope="scope" v-if="scope.row.order_">{{
scope.row.order_.contract_.number
}}</template>
</el-table-column>

View File

@ -49,12 +49,12 @@
}}</template>
</el-table-column>
<el-table-column label="合同编号" show-overflow-tooltip width="150">
<template slot-scope="scope">{{
<template slot-scope="scope" v-if=" scope.row.contract_">{{
scope.row.contract_.number
}}</template>
</el-table-column>
<el-table-column label="合同名称" show-overflow-tooltip width="150">
<template slot-scope="scope">{{
<template slot-scope="scope" v-if=" scope.row.contract_">{{
scope.row.contract_.name
}}</template>
</el-table-column>