This commit is contained in:
zpc 2025-08-21 17:20:15 +08:00
parent 0482e7af25
commit 07d754a9cf
2 changed files with 2 additions and 6 deletions

View File

@ -52,7 +52,7 @@ export function getCamWorkrecord(id) {
*/
export function delCamWorkrecord(pid) {
return request({
url: 'business/CamWorkrecord/delete/' + pid,
url: 'deleteworkrecord/' + pid,
method: 'POST'
})
}

View File

@ -49,11 +49,7 @@
{{ $t('btn.edit') }}
</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="danger" :disabled="multiple" v-hasPermi="['camworkrecord:delete']" plain icon="delete" @click="handleDelete">
{{ $t('btn.delete') }}
</el-button>
</el-col>
<el-col :span="1.5">
<el-button type="warning" plain icon="download" @click="handleExport" v-hasPermi="['camworkrecord:export']"> 导出 </el-button>
</el-col>