Explorar el Código

竞争对手新建编辑查重调整

qymljy hace 9 meses
padre
commit
06b6ce94c3
Se han modificado 1 ficheros con 6 adiciones y 5 borrados
  1. 6 5
      src/components/duplicatesCheck/competitorCheck.vue

+ 6 - 5
src/components/duplicatesCheck/competitorCheck.vue

@@ -19,10 +19,10 @@
           v-if="buttonTitle === '确定保存'"
           v-if="buttonTitle === '确定保存'"
           style="font-size: 14px; color: red"
           style="font-size: 14px; color: red"
         >
         >
-          {{ $t("已存在重复竞争对手,是否确认继续保存") }}
+          {{ $t("已存在重复竞争对手,不可保存") }}
         </p>
         </p>
         <p v-else style="font-size: 14px; color: red">
         <p v-else style="font-size: 14px; color: red">
-          {{ $t("已存在重复竞争对手,是否确认继续创建") }}
+          {{ $t("已存在重复竞争对手,不可重复创建") }}
         </p>
         </p>
       </div>
       </div>
       <tableLayout
       <tableLayout
@@ -59,16 +59,17 @@
         <el-button
         <el-button
           @click="dialogTableVisible = false"
           @click="dialogTableVisible = false"
           size="small"
           size="small"
+          type="primary"
           class="normal-btn-width"
           class="normal-btn-width"
-          >{{ $t("取 消") }}</el-button
+          >{{ $t("确 定") }}</el-button
         >
         >
-        <el-button
+<!--        <el-button
           :type="buttonTitle === '确定保存' ? 'warning' : 'primary'"
           :type="buttonTitle === '确定保存' ? 'warning' : 'primary'"
           @click="onCheck"
           @click="onCheck"
           size="small"
           size="small"
           class="normal-btn-width"
           class="normal-btn-width"
           >{{ $t(buttonTitle) }}</el-button
           >{{ $t(buttonTitle) }}</el-button
-        >
+        >-->
       </span>
       </span>
     </el-dialog>
     </el-dialog>
   </div>
   </div>