|
@@ -5,7 +5,7 @@
|
|
|
<van-button v-for="(i, index) in menu" :key="`menu-${index}`" @click="$router.push(i.router)">{{ i.label }}</van-button>
|
|
|
<van-button @click="toAdd()">批量添加专利交易信息</van-button>
|
|
|
<download-excel :data="textname" :fields="excel_fields.fields" :name="excel_fields.name">
|
|
|
- <el-button type="primary" size="mini">批量导出</el-button>
|
|
|
+ <el-button type="primary" size="mini">导出</el-button>
|
|
|
</download-excel>
|
|
|
</template>
|
|
|
</admin-frame>
|