Commit 30ade053 authored by 罗成兵's avatar 罗成兵

分配记录

parent 5a027b77
......@@ -113,7 +113,6 @@
});
},
onCancel() {
that.$message.warning('已取消!');
},
class: 'test',
});
......
......@@ -27,7 +27,6 @@
rowKey="id"
:loading="loading"
:pagination="false"
bordered
>
<template slot="statusName" slot-scope="record">
<a-button type="link" size="small">{{record.statusName}}</a-button>
......
......@@ -78,7 +78,7 @@
{
title: '生产日期',
dataIndex: 'produceDate',
scopedSlots: {customRender: 'produceDateS'},
},
{
title: '有效期',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment