feat:(映射字典已完善)
parent
ac0da3ae3e
commit
cbbfc820d8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue