From f6cdad43a14ca0fc362b6b8846f7fb8e362043f0 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期四, 06 六月 2024 10:27:15 +0800
Subject: [PATCH] svgEditor
---
web/src/views/modules/sysPictureBase/SysPictureBase.vue | 1 +
web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
index 6a2a3dd..671bf72 100644
--- a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
+++ b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue
@@ -13,6 +13,9 @@
<zt-form-item label="妫�绱㈠叧閿瓧" prop="contentType">
<el-input v-model="dataForm.contentType"></el-input>
</zt-form-item>
+ <zt-form-item label="澶囨敞" prop="remark">
+ <el-input v-model="dataForm.remark"></el-input>
+ </zt-form-item>
<input type="hidden" id="svgContentId" :value="dataForm.svgContent"/>
<zt-form-item>
<!-- <el-upload action="*" :on-change="uploadSvgContent">-->
diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase.vue b/web/src/views/modules/sysPictureBase/SysPictureBase.vue
index 29e5abd..b40228d 100644
--- a/web/src/views/modules/sysPictureBase/SysPictureBase.vue
+++ b/web/src/views/modules/sysPictureBase/SysPictureBase.vue
@@ -29,6 +29,7 @@
</template>
</el-table-column>
<el-table-column prop="contentType" label="妫�绱㈠叧閿瓧"/>
+ <el-table-column prop="remark" label="澶囨敞"/>
<zt-table-column-dict prop="productType" label="浜у搧绫诲瀷" dict="product"/>
<zt-table-column-handle :table="table"
delete-perm="sysPictureBase::delete"/>
--
Gitblit v1.9.1