|
@ -1,7 +1,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> |
|
|
<div id="operation-record" style=" background: #fff; padding: 10px 20px 50px 20px;page-break-after:always"> |
|
|
<div v-if="!onlyRead" class="btnBox"> |
|
|
<div v-if="!onlyRead" class="btnBox"> |
|
|
<el-button size="small" @click="doPrint">打印</el-button> |
|
|
|
|
|
|
|
|
<el-button v-print="print" size="small">打印</el-button> |
|
|
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |
|
|
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |
|
|
<el-button type="danger" size="small" @click="handleDelete">删除</el-button> |
|
|
<el-button type="danger" size="small" @click="handleDelete">删除</el-button> |
|
|
</div> |
|
|
</div> |
|
@ -403,7 +403,6 @@ export default { |
|
|
}], |
|
|
}], |
|
|
print: { |
|
|
print: { |
|
|
id: 'optomeFunc' |
|
|
id: 'optomeFunc' |
|
|
// preview: true |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|