✨ feat: 设备管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user