소스 검색

feat: 增加认证证书词条

vera_min 1 개월 전
부모
커밋
1b9e53f699
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/iot/device/product/component/editPro.vue

+ 1 - 1
src/views/iot/device/product/component/editPro.vue

@@ -90,7 +90,7 @@
         </template>
         <template v-else-if="ruleForm.authType === 3">
           <!-- 认证证书 -->
-          <el-form-item :label="$t('message.device.formI18nLabel.certificate')" prop="certificateId">
+          <el-form-item :label="$t('message.device.formI18nLabel.certificateId')" prop="certificateId">
             <!-- 请选择证书 -->
             <el-select v-model="ruleForm.certificateId" :placeholder="$t('message.device.formI18nPlaceholder.certificateId')">
               <el-option v-for="cert in certList" :key="cert.id" :label="cert.name" :value="cert.id"> </el-option>