a1f1cec4 by renchao@pashanhoo.com

style:登记薄操作编辑功能的完善

1 parent 96f8355a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-22 09:50:12
* @LastEditTime: 2023-10-09 10:31:04
-->
<template>
<div class="djxxTable">
......@@ -34,6 +34,9 @@
},
created () {
this.loadData();
if (this.$parent.addRepairRecord) {
this.columns.unshift({ prop: "cz", label: "操作" });
}
},
methods: {
/**
......@@ -41,9 +44,6 @@
* @author: renchao
*/
loadData (checkList = []) {
if (this.$parent.addRepairRecord) {
this.columns.unshift({ prop: "cz", label: "操作" });
}
getDiyaqList({
bdcdyid: this.propsParam.bdcdyid,
qllx: this.propsParam.qllx,
......