|
|
|
|
@ -1401,7 +1401,7 @@ function hasAuditAttachment() {
|
|
|
|
|
<el-button v-if="!isDisabled && !editAll" type="primary" @click="submitFun">提交</el-button> |
|
|
|
|
<el-button v-if="!isDisabled && !editAll" type="primary" @click="saveFun">保存</el-button> |
|
|
|
|
<el-button v-if="!isAuditButton && !isDisabled" @click="closeFun">取消</el-button> |
|
|
|
|
|
|
|
|
|
<el-button type="danger" @click="removeFun">删除</el-button> |
|
|
|
|
<el-button v-if="!isAuditButton && !isDisabled" type="primary" @click="getReportFlowFun">审批记录</el-button> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|