提交修改

This commit is contained in:
RenCheng 2025-05-28 22:41:13 +08:00
parent b885687b57
commit fdc9464a10
2 changed files with 4 additions and 7 deletions

View File

@ -175,12 +175,6 @@
align:"center", align:"center",
dataIndex: 'smoke' dataIndex: 'smoke'
}, },
{
title:'状态(0-未确认1-未上报2-已上报)',
align:"center",
dataIndex: 'status',
scopedSlots: { customRender: 'status' }
},
{ {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
@ -236,7 +230,7 @@
idcMaterialSupport071delete({id: id}).then((res) => { idcMaterialSupport071delete({id: id}).then((res) => {
if (res.success) { if (res.success) {
that.$message.success(res.message); that.$message.success(res.message);
that.loadData(); that.gettable();
} else { } else {
that.$message.warning(res.message); that.$message.warning(res.message);
} }

View File

@ -95,11 +95,14 @@ import pick from 'lodash.pick'
data () { data () {
return { return {
title:"操作", title:"操作",
visible:false,
model:{ model:{
}, },
form: this.$form.createForm(this), form: this.$form.createForm(this),
confirmLoading: false, confirmLoading: false,
validatorRules: { validatorRules: {
fuel: {rules: [{required: true, message: '请输入燃油重量!'}]},
water: {rules: [{required: true, message: '请输入淡水重量!'}]},
}, },
labelCol: { labelCol: {
xs: { span: 24 }, xs: { span: 24 },