提交修改
This commit is contained in:
parent
b885687b57
commit
fdc9464a10
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user