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

分配记录

parent 5a027b77
...@@ -113,7 +113,6 @@ ...@@ -113,7 +113,6 @@
}); });
}, },
onCancel() { onCancel() {
that.$message.warning('已取消!');
}, },
class: 'test', class: 'test',
}); });
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
rowKey="id" rowKey="id"
:loading="loading" :loading="loading"
:pagination="false" :pagination="false"
bordered
> >
<template slot="statusName" slot-scope="record"> <template slot="statusName" slot-scope="record">
<a-button type="link" size="small">{{record.statusName}}</a-button> <a-button type="link" size="small">{{record.statusName}}</a-button>
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
{ {
title: '生产日期', title: '生产日期',
dataIndex: 'produceDate', dataIndex: 'produceDate',
scopedSlots: {customRender: 'produceDateS'},
}, },
{ {
title: '有效期', 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