[update] ASMS接口管理完善

This commit is contained in:
danshihao
2023-10-18 15:19:22 +08:00
parent 53a6c2c9c3
commit 18ebda9fc1
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -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>