Преглед изворни кода

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

qymljy пре 9 месеци
родитељ
комит
06b6ce94c3
1 измењених фајлова са 6 додато и 5 уклоњено
  1. 6 5
      src/components/duplicatesCheck/competitorCheck.vue

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

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