Commit ab5c4a50 authored by danfuman's avatar danfuman

修改

parent 029127da
......@@ -121,9 +121,12 @@
<template v-else>{{scope.row.costEffective || '--'}}</template>
</template>
</el-table-column>
<!--<el-table-column label="本月推送工程量" width="130" prop="submitProjectVolume">-->
<!--<template slot-scope="scope">{{scope.row.submitProjectVolume || '&#45;&#45;'}}</template>-->
<!--</el-table-column>-->
<el-table-column label="本月差值" width="130" prop="difference">
<template slot-scope="scope">{{$decimalFormat(scope.row.difference)}}</template>
</el-table-column>
<el-table-column label="截止本月差值" width="130" prop="sumDifference">
<template slot-scope="scope">{{$decimalFormat(scope.row.sumDifference)}}</template>
</el-table-column>
<el-table-column label="备注" width="130" prop="remarks">
<template slot-scope="scope">{{scope.row.remarks || '--'}}</template>
......
......@@ -518,6 +518,10 @@
},
//模糊查询
inputProjectName(){
if(!this.queryParam.projectName){
this.projectNameList=[]
return
}
let pram = {
projectName:this.queryParam.projectName
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment