Commit ce61c15f authored by gengchunlei's avatar gengchunlei

Merge branch 'gcl' of http://gitlab.yiboshi.com/ynby/folacin-front into gcl

parents db62772d 7540ffc3
...@@ -115,7 +115,6 @@ ...@@ -115,7 +115,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