|
@@ -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'">
|