|
@@ -8,6 +8,7 @@
|
|
|
:columnParsing="columnParsing"
|
|
|
:tableEvents="tableEvents"
|
|
|
:tableAttributes="tableAttributes"
|
|
|
+ :replaceOrNotMap="false"
|
|
|
>
|
|
|
<ExamineDialog :isShow.sync="isShowExamineDialog" :examineForm.sync="examineForm" @submit="submitExamineForm" />
|
|
|
<EditDateDialog :is-show.sync="isShowEditDateDialog" :date-form.sync="dateForm" />
|
|
@@ -207,7 +208,7 @@ export default {
|
|
|
</el-popconfirm>
|
|
|
) : null}
|
|
|
{row.examineStatus === statusData['SAVE'] && this.$checkBtnRole('edit', this.$route.meta.roles) ? (
|
|
|
- <el-button type="text" onClick="toForm(row)">
|
|
|
+ <el-button type="text" onClick={()=>this.toForm(row)}>
|
|
|
编辑
|
|
|
</el-button>
|
|
|
) : null}
|