feat:(映射字典已完善)

master
zhang xu 2024-04-27 20:28:54 +08:00
parent ac0da3ae3e
commit cbbfc820d8
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
placement="left" placement="left"
width="200" width="200"
trigger="hover"> trigger="hover">
<el-table :data="scope.row.dictionaryDatas"> <el-table :data="scope.row.dictionaryDataList">
<el-table-column property="label" label="字典标签"/> <el-table-column property="label" label="字典标签"/>
<el-table-column property="val" label="字典值"/> <el-table-column property="val" label="字典值"/>
</el-table> </el-table>
@ -162,7 +162,7 @@
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button @click="formStatus = false"> </el-button> <el-button @click="formStatus = false"> </el-button>
<el-button type="primary" @click="updDict(row)"> </el-button> <el-button type="primary" @click="updDict()"> </el-button>
</div> </div>
</el-dialog> </el-dialog>
</div> </div>