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-->
|
<!-- <el-button-->
|
||||||
<!-- icon="el-icon-delete"-->
|
<!-- icon="el-icon-delete"-->
|
||||||
<!-- plain-->
|
<!-- plain-->
|
||||||
|
@ -130,15 +141,7 @@
|
||||||
type="text"
|
type="text"
|
||||||
@click="handUpdate(scope.row.id)">规则维护</el-button>
|
@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>
|
</template>
|
||||||
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
Loading…
Reference in New Issue