[update] ASMS接口管理完善
This commit is contained in:
@@ -119,6 +119,13 @@ export default {
|
||||
dataIndex: 'queryParamJson',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
dataIndex: 'status_dictText',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
// dataIndex: 'action',
|
||||
|
||||
@@ -49,6 +49,14 @@
|
||||
label="参数">
|
||||
<a-textarea :rows="10" placeholder="请输入参数" v-model="model.queryParamJson"/>
|
||||
</a-form-model-item>
|
||||
<a-form-model-item
|
||||
:labelCol="labelCol"
|
||||
:wrapperCol="wrapperCol"
|
||||
prop="status"
|
||||
label="状态">
|
||||
<j-dict-select-tag v-model="model.status" placeholder="请选择接口类型" dict-code="sync_status">
|
||||
</j-dict-select-tag>
|
||||
</a-form-model-item>
|
||||
</a-form-model>
|
||||
</a-spin>
|
||||
</j-modal>
|
||||
|
||||
Reference in New Issue
Block a user