mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
refactor(web): 优化代码格式和结构
- 修改 index.html 中的脚本路径,使用 BASE_URL 动态生成
This commit is contained in:
@@ -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' }"
|
||||
|
||||
Reference in New Issue
Block a user