提交修改

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

View File

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