|
|
@ -1,6 +1,6 @@ |
|
|
|
<template> |
|
|
|
<div class="recordContainer"> |
|
|
|
<div v-if="onlyRead" class="btnBox"> |
|
|
|
<div v-if="!onlyRead" class="btnBox"> |
|
|
|
<el-button v-print="printAll" size="small">打印</el-button> |
|
|
|
<el-button type="primary" size="small" @click="handleSaveTable">保存</el-button> |
|
|
|
<el-button v-if="comonFormActive === '2' || comonFormActive === '3'" type="primary" size="small" @click="handleTemplate">保存为模板</el-button> |
|
|
|