This commit is contained in:
ym1026
2025-09-15 15:47:45 +08:00
53 changed files with 2324 additions and 1389 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' }"