Sfoglia il codice sorgente

授信融资方增加详情

xuefy 3 anni fa
parent
commit
ec06b9c2f5
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      front-vue/src/views/service/creditLine/creditLine.vue

+ 5 - 0
front-vue/src/views/service/creditLine/creditLine.vue

@@ -85,6 +85,11 @@
         <el-table-column label="生效日期" align="center" prop="zfpcrStartDate" show-overflow-tooltip />
         <el-table-column label="到期日期" align="center" prop="zfpcrEndDate" show-overflow-tooltip />
         <el-table-column label="授信状态" :formatter="statuFormat" align="center" prop="zfsqStatus" show-overflow-tooltip />
+        <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="250">
+            <template slot-scope="scope">
+                <el-button size="mini" type="text" icon="el-icon-view" @click="handleRows(scope.row)" v-hasPermi="['credit:line:query']">详情</el-button>
+            </template>
+        </el-table-column>
     </el-table>
     <!--  -->
     <el-table class="zap-table" v-loading="loading" :data="creditLineList" @selection-change="handleSelectionChange" :row-key="rowKey" stripe  :cell-style="changeCellStyle" v-if="companyType != '02'">