工作组会议的发布提醒与上传文件
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
||||
computed: {
|
||||
// eslint-disable-next-line vue/return-in-computed-property
|
||||
status() {
|
||||
if (this.statuObj.amountReceivable === 0) {
|
||||
if (this.statuObj.amountReceivable === '0.00' || this.statuObj.receivableAmount === '0.00' ) {
|
||||
if(this.statusType){
|
||||
// 应收金额为0 未到账 未邮寄 未开票的状态
|
||||
return zero
|
||||
|
||||
Reference in New Issue
Block a user