Browse Source

企业上报删除功能

master
songyunpeng 4 years ago
parent
commit
39c349823d
  1. 1
      src/views/modules/custom/enterprisereport.vue

1
src/views/modules/custom/enterprisereport.vue

@ -66,6 +66,7 @@
<el-table-column :label="$t('handle')" fixed="right" header-align="center" align="center" width="150">
<template slot-scope="scope">
<el-button type="text" size="mini" @click="detailHandle(scope.row.id)">查看</el-button>
<el-button type="text" size="small" @click="deleteHandle(scope.row.id)">{{ $t('delete') }}</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save