修改字典值

master
lwj 2024-08-25 14:15:49 +08:00
parent a09a269ac9
commit 10ef5733e8
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
label="是否初始化"
prop="status">
<template slot-scope="scope">
<dict-tag :options="dict.type" :value="scope.row.status"/>
<dict-tag :options="dict.type.yes_no" :value="scope.row.status"/>
</template>
</el-table-column>