no message
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -100,7 +100,6 @@ | ... | @@ -100,7 +100,6 @@ |
| 100 | 100 | ||
| 101 | <el-table v-loading="loading" :data="configList" @selection-change="handleSelectionChange"> | 101 | <el-table v-loading="loading" :data="configList" @selection-change="handleSelectionChange"> |
| 102 | <el-table-column type="selection" width="55" align="center" /> | 102 | <el-table-column type="selection" width="55" align="center" /> |
| 103 | <el-table-column label="参数主键" align="center" prop="configId" /> | ||
| 104 | <el-table-column label="参数名称" align="center" prop="configName" :show-overflow-tooltip="true" /> | 103 | <el-table-column label="参数名称" align="center" prop="configName" :show-overflow-tooltip="true" /> |
| 105 | <el-table-column label="参数键名" align="center" prop="configKey" :show-overflow-tooltip="true" /> | 104 | <el-table-column label="参数键名" align="center" prop="configKey" :show-overflow-tooltip="true" /> |
| 106 | <el-table-column label="参数键值" align="center" prop="configValue" :show-overflow-tooltip="true" /> | 105 | <el-table-column label="参数键值" align="center" prop="configValue" :show-overflow-tooltip="true" /> | ... | ... |
-
Please register or sign in to post a comment