Explorar el Código

解决销售端启动警告问题

yjwang hace 1 día
padre
commit
b53ff7d62e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

+ 1 - 1
src/views/qw/sopUserLogsInfo/sopUserLogsInfoDetails.vue

@@ -209,7 +209,7 @@
                   <el-form :model="item" label-width="70px">
                     <el-form-item label="内容类别" style="margin: 2%">
                       <el-radio-group  v-model="item.contentType">
-                        <el-radio   :label="item.dictValue" v-for="item in sysQwSopAiContentType"  @change="handleContentTypeChange()">{{item.dictLabel}}</el-radio>
+                        <el-radio   :label="item.dictValue" v-for="item in sysQwSopAiContentType"  :key="item.dictLabel" @change="handleContentTypeChange()">{{item.dictLabel}}</el-radio>
                       </el-radio-group>
                     </el-form-item>
                     <el-form-item label="内容" style="margin-bottom: 2%" >