|
@@ -21,7 +21,7 @@
|
21
|
21
|
<Card>
|
22
|
22
|
<p slot="title">
|
23
|
23
|
<Icon type="android-remove"></Icon>
|
24
|
|
- 分类/服务信息
|
|
24
|
+ 分类信息
|
25
|
25
|
<Button type="primary" @click="add">新增</Button>
|
26
|
26
|
</p>
|
27
|
27
|
<div class="edittable-table-height-con">
|
|
@@ -59,14 +59,9 @@ export default {
|
59
|
59
|
proShow: true,
|
60
|
60
|
formContent: {},
|
61
|
61
|
columns: [
|
62
|
|
- {title: "id", key: 'id'},
|
63
|
|
- {title: "pid", key: 'pid', align: 'center'},
|
64
|
|
- // {title: "产品信息", key: 'info'},
|
65
|
|
- {title: "分类/服务名称", key: 'name', align: 'center'},
|
|
62
|
+ {title: "分类名称", key: 'name', align: 'center'},
|
66
|
63
|
{title: "描述信息", key: 'info', align: 'center'},
|
67
|
|
- {title: "富文本简介", key: 'summary', align: 'center'},
|
68
|
64
|
{title: "服务标题", key: 'server', align: 'center'},
|
69
|
|
- {title: "富文本内容", key: 'content', align: 'center'},
|
70
|
65
|
{title: "图片位置", key: 'photo', align: 'center',
|
71
|
66
|
render: (h, params) => {
|
72
|
67
|
console.log(params);
|