智慧农业后台管理页面
guoshilong
2022-09-17 d239433d0e217480a726a6a2d51ba0aae52e2c33
src/views/farmplant/processlist.vue
@@ -43,7 +43,8 @@
                tip: false,
                searchShow: true,
                searchMenuSpan: 6,
                height: 520,
                height: "auto",
                calcHeight: '80',
                delBtn: true,
                delBtnText:'删除',
                delBtnIcon:'el-icon-delete',
@@ -52,7 +53,6 @@
                menuAlign: "center",
                align: "center",
                selection: false,
                showSummary: true,
                indexFixed: false,
                selectionFixed: false,
                expandFixed: false,
@@ -74,8 +74,11 @@
                        }
                    },
                    {
                        label:"品种",
                        prop:"strainName"
                        label:"品种 / 来源",
                        prop:"strainName",
                        formatter:function(row, column, cellValue, index) {
                            return row.strainName?row.strainName:row.parentName
                        }
                    },
                    {
                        label:"加工数量",
@@ -151,7 +154,7 @@
                cancelButtonText: "取消",
                type: "warning"
            }).then(() => {
                    return remove(row.id)
                    return remove(row.id,this.$farmId)
                }).then((res) => {
                    this.onLoad(this.page)
                    this.$message({