提交56 81
This commit is contained in:
parent
1bc5c4c448
commit
4182e6e52e
|
@ -24,9 +24,9 @@
|
||||||
<a-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
|
<a-input placeholder="请输入搜索关键词" v-model="queryParam.massKey"></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :md="6" :sm="8">
|
<!-- <a-col :md="6" :sm="8">
|
||||||
<a-button type="primary" @click="handleAdd" icon="plus" style="margin-left: 8px;left: 10px">添加</a-button>
|
<a-button type="primary" @click="handleAdd" icon="plus" style="margin-left: 8px;left: 10px">添加</a-button>
|
||||||
</a-col>
|
</a-col> -->
|
||||||
</a-row>
|
</a-row>
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
|
@ -115,13 +115,13 @@ export default {
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'columnPosition',
|
dataIndex: 'columnPosition',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '操作',
|
// title: '操作',
|
||||||
dataIndex: 'action',
|
// dataIndex: 'action',
|
||||||
align: "center",
|
// align: "center",
|
||||||
width: 260,
|
// width: 260,
|
||||||
scopedSlots: { customRender: 'action' },
|
// scopedSlots: { customRender: 'action' },
|
||||||
}
|
// }
|
||||||
],
|
],
|
||||||
dataTypedataSources:[],
|
dataTypedataSources:[],
|
||||||
}
|
}
|
||||||
|
|
|
@ -83,12 +83,7 @@
|
||||||
customRender: () => {
|
customRender: () => {
|
||||||
return this.datatypequeryParam.schemaDesc;
|
return this.datatypequeryParam.schemaDesc;
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{
|
|
||||||
title: '标签类型',
|
|
||||||
align:"center",
|
|
||||||
dataIndex: 'tagNames'
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
tableScrollY: 0,
|
tableScrollY: 0,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user