20607afc by chentao

no message

1 parent 979878a0
...@@ -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" />
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!