|
|
@@ -286,9 +286,9 @@ export default {
|
|
|
// 数据列
|
|
|
{ prop: "id", label: "保险公司编号", type: "text" },
|
|
|
{ prop: "name", label: "保险公司名称", type: "text" },
|
|
|
- { name: "pcStart", label: "pc是否启用", type: "slot" },
|
|
|
- { name: "appStart", label: "app是否启用", type: "slot" },
|
|
|
- { name: "productsCode", label: "险种", type: "slot", },
|
|
|
+ // { name: "pcStart", label: "pc是否启用", type: "slot" },
|
|
|
+ // { name: "appStart", label: "app是否启用", type: "slot" },
|
|
|
+ // { name: "productsCode", label: "险种", type: "slot", },
|
|
|
],
|
|
|
loading: true,
|
|
|
isPaginationShow: true,
|
|
|
@@ -313,13 +313,13 @@ export default {
|
|
|
return this.excludeDepartment(row);
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- label: "配置",
|
|
|
- type: "text",
|
|
|
- click: (row, index) => {
|
|
|
- return this.configuration(row);
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "配置",
|
|
|
+ // type: "text",
|
|
|
+ // click: (row, index) => {
|
|
|
+ // return this.configuration(row);
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
label: "排序",
|
|
|
type: "text",
|