| | |
| | | </template> |
| | | |
| | | <template #table-column> |
| | | <el-table-column fixed="left" sortable prop="index" label="编号" width="80"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | fixed="left" |
| | | prop="name" |
| | |
| | | :show-overflow-tooltip="true" |
| | | width="400" |
| | | > |
| | | <!-- <template #default="scope"> |
| | | <el-tooltip |
| | | effect="dark" |
| | | :content="scope.row.name" |
| | | placement="top-start" |
| | | :show-after="500" |
| | | > |
| | | {{ scope.row.name }} |
| | | </el-tooltip> |
| | | </template> --> |
| | | </el-table-column> |
| | | <el-table-column prop="type" label="类型" width="130" /> |
| | | <el-table-column prop="provincename" label="省" width="90" /> |