Commit 8d88ebcb by 无尘

fix: 修改确认弹窗

parent ca4ef2d9
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-11-09 10:05:27 * @Date: 2020-11-09 10:05:27
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-12-02 13:54:15 * @LastEditTime: 2020-12-24 15:42:37
--> -->
<!-- --> <!-- -->
<template> <template>
...@@ -365,7 +365,8 @@ export default { ...@@ -365,7 +365,8 @@ export default {
this.$confirm('确定删除该指标门店?', '', { this.$confirm('确定删除该指标门店?', '', {
confirmButtonText: '确定删除', confirmButtonText: '确定删除',
cancelButtonText: '取消', cancelButtonText: '取消',
type: 'warning' type: 'warning',
showClose: false
}).then(() => { }).then(() => {
let params = { let params = {
storeInfoId, storeInfoId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment