A high quality Service UI components Library with Vue.js
npm install ocpview-plus
// 按钮配置
{
icon: "custom-export",
name: "billExport",
text: "导出",
}
// 多明细导出配置,若非多明细可不配置
billImportConfig: {
typeData: [
{ code: 'goods_1', name: '单品' },
{ code: 'comb_2', name: '组合' },
],
}
``