feat: 设备管理

This commit is contained in:
砂糖
2025-09-24 13:56:50 +08:00
parent ef657a6653
commit 680e1201e4
40 changed files with 7365 additions and 36 deletions

View File

@@ -43,7 +43,6 @@
icon="Plus"
size="small"
@click="handleAdd"
v-hasPermi="['oa:projectReport:add']"
>新增
</el-button>
</el-col>
@@ -55,7 +54,6 @@
size="small"
:disabled="single"
@click="handleUpdate"
v-hasPermi="['oa:projectReport:edit']"
>修改
</el-button>
</el-col>
@@ -67,7 +65,6 @@
size="small"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['oa:projectReport:remove']"
>删除
</el-button>
</el-col>
@@ -78,7 +75,6 @@
icon="Download"
size="small"
@click="handleExport"
v-hasPermi="['oa:projectReport:export']"
>导出
</el-button>
</el-col>