|
@@ -16,7 +16,7 @@
|
|
|
<el-button type="primary" icon="Upload" @click="saveVerify(1)">保存首页</el-button>
|
|
|
<el-button type="success" icon="Printer" @click="beforePrint(1)">打印正面</el-button>
|
|
|
<el-button type="success" icon="Printer" @click="beforePrint(2)">打印反面</el-button>
|
|
|
- <el-button type="danger" icon="Document" @click="execSignApply">归档申请</el-button>
|
|
|
+ <el-button type="danger" icon="Document" @click="execSignApply" :disabled="inOutStatus === 2">归档申请</el-button>
|
|
|
</el-header>
|
|
|
<el-container>
|
|
|
<el-aside width="245px">
|