wq 5 سال پیش
والد
کامیت
e1ac6d066b
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      src/layout/businessneed/claimList.vue

+ 5 - 1
src/layout/businessneed/claimList.vue

@@ -11,7 +11,11 @@
           </el-table-column>
           <el-table-column property="money" label="融资金额(万元)" align="center"> </el-table-column>
           <el-table-column property="use" label="融资用途" align="center"> </el-table-column>
-          <el-table-column label="需求状态" align="center">已推送 </el-table-column>
+          <el-table-column label="需求状态" align="center">
+            <template slot-scope="scope">
+              <span style="margin-left: 10px">{{ scope.row.orcredit=='0'?'已处理':''||scope.row.orcredit=='2'?'审批':''||scope.row.orcredit=='1'?'放款':''||scope.row.orcredit=='2'?'拒绝':'待处理'}}</span>
+            </template>
+          </el-table-column>
           <el-table-column label="是否催办" align="center">
             <template slot-scope="scope">
               <span style="margin-left: 10px">{{ scope.row.is_exist=='1'?'是':'否' }}</span>