提交 5100e43b authored 作者: 张耀丹's avatar 张耀丹

专家管理=》专家审核

上级 709db723
<template>
<div>
<!--引用表格-->
<BasicTable @register="registerTable" :rowSelection="rowSelection">
<BasicTable @register="registerTable">
<!--插槽:table标题-->
<template #tableTitle>
<a-button type="primary" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增</a-button>
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls">导出</a-button>
<!-- <a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls">导出</a-button> -->
</template>
<!--操作栏-->
<template #action="{ record }">
......@@ -36,6 +36,7 @@
api: list,
columns,
canResize: false,
showIndexColumn: true,
formConfig: {
labelWidth: 120,
schemas: searchFormSchema,
......@@ -43,7 +44,7 @@
showAdvancedButton: true,
},
actionColumn: {
width: 120,
width: 185,
},
},
exportConfig: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论