|
@@ -210,7 +210,7 @@
|
|
|
</div>
|
|
|
</el-card>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" v-if="!isReview" @click="SubmitWorkTaskNotRecord">无记录通过</el-button>
|
|
|
+ <el-button type="primary" v-if="isReview" @click="SubmitWorkTaskNotRecord">无记录通过</el-button>
|
|
|
<div>
|
|
|
<el-button @click="dialogVisible = false">取 消</el-button>
|
|
|
<el-button type="primary" @click="submitForm(isReview)">确 定</el-button>
|