Commit 081e1fb6 authored by 彭松's avatar 彭松

1

parent 0f60bdcc
......@@ -107,11 +107,6 @@ export default {
align: "center",
dataIndex: "type",
},
{
title: "jsonPath",
align: "center",
dataIndex: "jsonPath",
},
{
title: "默认值",
align: "center",
......
......@@ -122,9 +122,6 @@
<a-select-option value="[Object]"> [Object] </a-select-option>
</a-select>
</template>
<template slot="jsonPath" slot-scope="text, record, index">
<a-input v-model="record.jsonPath" placeholder="请输入" allowClear />
</template>
<template slot="默认值" slot-scope="text, record, index">
<a-input v-model="record.default" placeholder="请输入" allowClear />
</template>
......@@ -172,9 +169,6 @@
<a-select-option value="[Object]"> [Object] </a-select-option>
</a-select>
</template>
<template slot="jsonPath" slot-scope="text, record, index">
<a-input v-model="record.jsonPath" placeholder="请输入" allowClear />
</template>
<template slot="默认值" slot-scope="text, record, index">
<a-input v-model="record.default" placeholder="请输入" allowClear />
</template>
......@@ -265,14 +259,6 @@ export default {
customRender: "参数值类型",
},
},
{
title: "jsonPath",
align: "center",
dataIndex: "jsonPath",
scopedSlots: {
customRender: "jsonPath",
},
},
{
title: "默认值",
align: "center",
......@@ -317,7 +303,6 @@ export default {
table: [{
name: ``,
type: undefined,
jsonPath: ``,
default: ``,
isMust: undefined,
describe: ``,
......@@ -430,7 +415,6 @@ export default {
let obj = {
name: ``,
type: 'String',
jsonPath: ``,
default: ``,
isMust: undefined,
describe: ``,
......@@ -450,7 +434,6 @@ export default {
this.responsePam.table.push({
name: ``,
type: undefined,
jsonPath: ``,
default: ``,
isMust: undefined,
describe: ``,
......@@ -471,7 +454,6 @@ export default {
table: [{
name: ``,
type: undefined,
jsonPath: ``,
default: ``,
isMust: undefined,
describe: ``,
......
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