Compare commits

...

2 Commits

Author SHA1 Message Date
mpaster 5cfe6eb0e9
Pre Merge pull request !436 from mpaster/cherry-pick-1759037399 2025-12-03 02:27:33 +00:00
mpaster 697d1f0d77 支持菜单修改时图标可置空。 2025-09-28 05:30:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@
<if test="visible != null">visible = #{visible},</if>
<if test="status != null">status = #{status},</if>
<if test="perms !=null">perms = #{perms},</if>
<if test="icon !=null and icon != ''">icon = #{icon},</if>
icon = #{icon},
<if test="remark != null and remark != ''">remark = #{remark},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
update_time = sysdate()

View File

@ -139,7 +139,7 @@
@show="$refs['iconSelect'].reset()"
>
<IconSelect ref="iconSelect" @selected="selected" :active-icon="form.icon" />
<el-input slot="reference" v-model="form.icon" placeholder="点击选择图标" readonly>
<el-input slot="reference" v-model="form.icon" placeholder="点击选择图标" clearable>
<svg-icon
v-if="form.icon"
slot="prefix"