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

1

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