|
|
@ -40,6 +40,8 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="dictType" label="字典分类编码" align="center"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="groupName" label="数据分组" align="center"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="dictKey" label="数据key" align="center"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="dictValue" label="数据value" align="center"> |
|
|
@ -69,10 +71,10 @@ |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="save()">保 存</el-button> |
|
|
|
<el-button @click="editDialog = false">关 闭</el-button> |
|
|
|
</span> |
|
|
|
<div slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="save()">保 存</el-button> |
|
|
|
<el-button @click="editDialog = false">关 闭</el-button> |
|
|
|
</div> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
|
<dictMap v-show="viewState == 2" ref="divAdd" @doback="resetState"/> |
|
|
|