From 218480c52639db3e8d93c7c67a564afe283fe39b Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期五, 12 四月 2024 09:30:45 +0800
Subject: [PATCH] fix:修改富文本粘贴图片问题
---
src/views/system/calculate/rule/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/system/calculate/rule/index.vue b/src/views/system/calculate/rule/index.vue
index 3054654..6831222 100644
--- a/src/views/system/calculate/rule/index.vue
+++ b/src/views/system/calculate/rule/index.vue
@@ -32,7 +32,7 @@
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
>
<el-table-column label="瑙勫垯鍚嶇О" prop="name" />
- <el-table-column label="鍗曚綅id" align="center" prop="unitId" >
+ <el-table-column label="鍗曚綅" align="center" prop="unitId" >
<template slot-scope="scope">
<div v-if="scope.row.unitId == 2">鎴愰兘x杩愮淮</div>
</template>
--
Gitblit v1.8.0