修改游戏数学详细 选择数学方案bug

This commit is contained in:
sk1551
2020-11-02 17:38:15 +08:00
parent 794fb7ee11
commit 4733505d02
3 changed files with 242 additions and 7 deletions

View File

@ -188,7 +188,6 @@
icon="el-icon-view"
@click="handleView(scope.row)"
v-hasPermi="['benyi:mathtermplan:query']"
:disabled=true
>预览</el-button>
</template>
</el-table-column>
@ -492,12 +491,12 @@ export default {
.catch(function () {});
},
/** 预览按钮操作 */
// handleView(row) {
// const id = row.id;
// this.$router.push({
// path: "/benyi_course/mathtermplanprint/table/"+id,
// });
// },
handleView(row) {
const id = row.id;
this.$router.push({
path: "/benyi_course/mathtermplanprint/table/"+id,
});
},
},
};