src/views/qualityManagement/productInspectionRecord/index.vue
@@ -24,7 +24,7 @@ </div> <div> <el-button type="primary" @click="openForm('add')">新增</el-button> <el-button type="danger" plain @click="handleDelete">删除</el-button> <el-button type="danger" plain @click="handleDelete(null)">删除</el-button> <el-button type="success" plain @click="handleNotify">通知</el-button> </div> </div> @@ -127,7 +127,7 @@ }, { label: "创建人", prop: "createUser", prop: "createUserName", }, { label: "创建时间", @@ -135,6 +135,10 @@ width: 160 }, { label: "备注", prop: "remark", }, { dataType: "action", label: "操作", align: "center",