Explorar o código

授信融资方增加详情

xuefy %!s(int64=3) %!d(string=hai) anos
pai
achega
ec06b9c2f5
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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'">