src/views/salesManagement/salesLedger/index.vue
@@ -72,7 +72,7 @@ <el-table-column label="项目名称" prop="projectName" width="180" show-overflow-tooltip /> <el-table-column label="审核状态" width="140"> <template #default="scope"> <template v-if="scope.row.salesType !== '紧急'"> <el-tag v-if="(scope.row.approveStatus ?? scope.row.approvalStatus) == 0" type="warning" @@ -94,7 +94,7 @@ type="info" >已重新提交</el-tag> <el-tag v-else type="info">-</el-tag> </template> </template> </el-table-column> <el-table-column label="销售类型" width="120">