Merge remote-tracking branch 'origin/master'
commit
8249650e2b
|
@ -21,6 +21,17 @@
|
|||
|
||||
|
||||
|
||||
<el-button
|
||||
type="warning"
|
||||
plain
|
||||
icon="el-icon-download"
|
||||
size="mini"
|
||||
@click="findSelectSourceExport"
|
||||
v-hasPermi="['source:data:export']"
|
||||
>导出
|
||||
</el-button>
|
||||
|
||||
|
||||
<!-- <el-button-->
|
||||
<!-- icon="el-icon-delete"-->
|
||||
<!-- plain-->
|
||||
|
@ -130,15 +141,7 @@
|
|||
type="text"
|
||||
@click="handUpdate(scope.row.id)">规则维护</el-button>
|
||||
|
||||
<el-button
|
||||
type="warning"
|
||||
plain
|
||||
icon="el-icon-download"
|
||||
size="mini"
|
||||
@click="findSelectSourceExport"
|
||||
v-hasPermi="['source:data:export']"
|
||||
>导出
|
||||
</el-button>
|
||||
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
|
|
Loading…
Reference in New Issue