|
|
@@ -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>
|