|
|
@@ -110,8 +110,8 @@ |
|
|
|
<el-table v-loading="loading" :data="typeList" @selection-change="handleSelectionChange"> |
|
|
|
<el-table-column type="selection" width="55" align="center" /> |
|
|
|
<el-table-column label="字典编号" align="center" prop="dictId" /> |
|
|
|
<el-table-column label="字典名称" align="center" prop="dictName" :show-overflow-tooltip="true" /> |
|
|
|
<el-table-column label="字典类型" align="center" :show-overflow-tooltip="true"> |
|
|
|
<el-table-column label="字典名称" align="left" prop="dictName" :show-overflow-tooltip="true" /> |
|
|
|
<el-table-column label="字典类型" align="left" :show-overflow-tooltip="true"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<router-link :to="'/system/dict-data/index/' + scope.row.dictId" class="link-type"> |
|
|
|
<span>{{ scope.row.dictType }}</span> |
|
|
|