refactor(web): 优化代码格式和结构

- 修改 index.html 中的脚本路径,使用 BASE_URL 动态生成
This commit is contained in:
zhoumengru
2025-09-12 16:53:44 +08:00
parent 9ee4688061
commit e00baa9546
2 changed files with 12 additions and 15 deletions

View File

@@ -82,11 +82,7 @@
<template #headerCell="{ column }">
<template v-if="column.key === 'action'">
<span>
<!-- <i
class="iconfont icon-add"
@click="handleAdd"
:style="{ cursor: formStatus == 'read' ? 'not-allowed' : 'pointer' }"
></i> -->
<PlusOutlined
@click="handleAdd"
:style="{ cursor: formStatus == 'read' ? 'not-allowed' : 'pointer' }"