Commit 8d88ebcb by 无尘

fix: 修改确认弹窗

parent ca4ef2d9
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-09 10:05:27
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 13:54:15
* @LastEditTime: 2020-12-24 15:42:37
-->
<!-- -->
<template>
......@@ -365,7 +365,8 @@ export default {
this.$confirm('确定删除该指标门店?', '', {
confirmButtonText: '确定删除',
cancelButtonText: '取消',
type: 'warning'
type: 'warning',
showClose: false
}).then(() => {
let params = {
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