From 85e8c7af0a03795490e1bba458018fe9e90499f8 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 28 十月 2024 13:08:14 +0800 Subject: [PATCH] 新增可靠性仿真评估算法库进程管理功能 --- web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue b/web/src/views/modules/sysPictureBase/SysPictureBase-AddOrUpdate.vue index 0dfe340..dbaf9aa 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">--> -- Gitblit v1.9.1