src/views/datamanage/dictionaryManage.vue
@@ -30,13 +30,13 @@ @click="getRemoveForm" type="info" >{{ $t('common.reset') }}</el-button> <el-button <el-button v-if="btnStatus.insert" icon="el-icon-edit" size="small" @click="InsertFormdialog = true" type="success" >{{ $t('common.append') }}</el-button> <el-button <el-button v-if="btnStatus.delete" icon="el-icon-delete" size="small" @click="DelFormData"