|
@@ -20,7 +20,7 @@
|
|
|
size="small">审核进度</el-button>
|
|
|
<el-button type="primary" v-if="!checkDisabled" :disabled="!form.id || disabled" size="small"
|
|
|
@click="pleaseCheck" :loading="btnLoading">请核</el-button>
|
|
|
- <el-button v-if="form.status == 3" type="primary" size="small" class="el-button--small-yh"
|
|
|
+ <el-button v-if="form.status == 3 && tenantId != 681169" type="primary" size="small" class="el-button--small-yh"
|
|
|
@click.stop="openCheckDialog">
|
|
|
报销
|
|
|
</el-button>
|