字典数据新增排序
This commit is contained in:
parent
aefbde63bc
commit
34e03832a6
@ -32,8 +32,8 @@
|
||||
</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="字典键值" align="center" prop="dictValue" />
|
||||
<el-table-column label="字典排序" align="center" prop="dictSort" />
|
||||
<el-table-column label="字典键值" align="center" prop="dictValue" sortable />
|
||||
<el-table-column label="字典排序" align="center" prop="dictSort" sortable />
|
||||
<el-table-column label="状态" align="center" prop="status">
|
||||
<template #default="scope">
|
||||
<dict-tag :options="statusOptions" :value="scope.row.status" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user