From ae39fb75127773f52c37ed9b859c83db7fcceca3 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Fri, 28 Jun 2024 13:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=91=A8=E4=B8=89=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E6=8F=90=E5=87=BA=E7=9A=84=E4=BD=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 +++ src/views/masterDataOptions/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0d224c9..5cae7de 100644 --- a/src/App.vue +++ b/src/App.vue @@ -108,6 +108,9 @@ export default { .el-table__header-wrapper { background: #f7f7f7 !important; } +.el-button--primary{ + background-color: #3877f5 !important; +} .el-table { width: 100%; &::before { diff --git a/src/views/masterDataOptions/index.vue b/src/views/masterDataOptions/index.vue index a79750b..284e4f8 100644 --- a/src/views/masterDataOptions/index.vue +++ b/src/views/masterDataOptions/index.vue @@ -132,10 +132,10 @@ export default { methods: { //删除 deleteHandle(row) { - this.$confirm('是否删除此行?', '提示', { + this.$confirm('该操作会将数据所有信息都会被删除,是否确认删除?。', '警告', { confirmButtonText: '确定', cancelButtonText: '取消', - type: 'warning' + type: 'error' }).then(async() => { this.openLoading('del') const res = await authApi('mdmModuleService', '', 'deleteMdm', '', {