修改路径

master
Qin Dong Ming 2024-08-23 09:36:05 +08:00
parent b45b2cc95a
commit e394da3966
1 changed files with 12 additions and 9 deletions

View File

@ -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>