diff --git a/admin/src/views/dev_tools/code/edit.vue b/admin/src/views/dev_tools/code/edit.vue index 80fe1f9677262754fcaa401ef5a9458e12f7e3fd..9d98971167ce7db393e18dd2358814f25246f1a2 100644 --- a/admin/src/views/dev_tools/code/edit.vue +++ b/admin/src/views/dev_tools/code/edit.vue @@ -182,9 +182,9 @@ <el-option v-for="(item, index) in optionsData.dictType" :key="index" - :label="item.dictName" - :value="item.dictType" - :disabled="!item.dictStatus" + :label="item.name" + :value="item.type" + :disabled="!item.status" /> </el-select> </template>