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', '', {