设备检验记录新增

This commit is contained in:
shijing 2023-10-24 14:58:57 +08:00
parent e5f3d24205
commit 59d8c6f3df
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@
@closed="visibleRecord=false"
>
<el-container v-loading="loading">
<el-button type="primary" icon="el-icon-plus" @click="record_create" v-auth="'equipment.create'" style="position: absolute;z-index: 10;left: 110px;top: 16px;"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="record_create" v-auth="'equipment'" style="position: absolute;z-index: 10;left: 110px;top: 16px;"></el-button>
<el-main style="padding: 0 20px 20px 20px">
<scTable
ref="drawer_table"