From 51e68c7f1b838cbb6ade9345d8b5139d2ba7fee8 Mon Sep 17 00:00:00 2001
From: 王恒 <318726284@qq.com>
Date: 星期五, 29 八月 2025 19:21:07 +0800
Subject: [PATCH] '计划管理去掉综合查一次按钮'
---
src/views/system/dictManger/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/system/dictManger/index.vue b/src/views/system/dictManger/index.vue
index 18f99df..c966a47 100644
--- a/src/views/system/dictManger/index.vue
+++ b/src/views/system/dictManger/index.vue
@@ -126,7 +126,7 @@
<el-table-column label="鎿嶄綔" align="center" width="160" class-name="small-padding fixed-width">
<template #default="scope">
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['system:dict:edit']">淇敼</el-button>
- <el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dict:remove']">鍒犻櫎</el-button>
+ <el-button link type="danger" icon="Delete" @click="handleDelete(scope.row)" v-hasPermi="['system:dict:remove']">鍒犻櫎</el-button>
</template>
</el-table-column>
</el-table>
@@ -271,6 +271,7 @@
function submitForm() {
proxy.$refs["dictRef"].validate(valid => {
if (valid) {
+ form.value.isSystem = 0
if (form.value.dictId != undefined) {
updateType(form.value).then(response => {
proxy.$modal.msgSuccess("淇敼鎴愬姛");
--
Gitblit v1.9.1