| | |
| | | |
| | | <div> |
| | | <el-table v-loading="loading" :data="tableData.list"> |
| | | <el-table-column :prop="item.prop" :label="item.label" :width="item.width" v-for="(item, index) in tableHead" |
| | | <!-- <el-table-column :prop="item.prop" :label="item.label" :width="item.width" v-for="(item, index) in tableHead"--> |
| | | <!-- :key="index" v-if="showListPD(item)">--> |
| | | <el-table-column :prop="item.prop" :label="item.label" v-for="(item, index) in tableHead" |
| | | :key="index" v-if="showListPD(item)"> |
| | | <template slot-scope="scope"> |
| | | <span :class="{'error-text': scope.row[item.error]}"> {{ scope.row[item.prop] }} </span> |