|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <el-table v-loading="loading" :data="data" style="width: 100%" :header-cell-style="{'color':'rgba(74,74,74,1)','font-size':'14px','font-weight':'500' }" :cell-style="{ 'font-size':'14px','color':'rgba(102,102,102,1)' }" :show-overflow-tooltip="true" @selection-change="handleSelectionChange">
|
|
|
|
|
|
+ <el-table v-loading="loading" :data="data" size="small" style="width: 100%" :header-cell-style="{'color':'rgba(74,74,74,1)','font-size':'14px','font-weight':'500' }" :cell-style="{ 'font-size':'14px','color':'rgba(102,102,102,1)' }" :show-overflow-tooltip="true" @selection-change="handleSelectionChange">
|
|
<el-table-column v-if="isShowSelect" type="selection" width="55" />
|
|
<el-table-column v-if="isShowSelect" type="selection" width="55" />
|
|
<el-table-column v-for="obj in tableConfiguration" :key="obj.key" :prop="obj.prop" :label="obj.label" :min-width="obj.width">
|
|
<el-table-column v-for="obj in tableConfiguration" :key="obj.key" :prop="obj.prop" :label="obj.label" :min-width="obj.width">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|