diff --git a/src/views/configManage/configParamTreeTable/index.vue b/src/views/configManage/configParamTreeTable/index.vue new file mode 100644 index 00000000..2bfe0f44 --- /dev/null +++ b/src/views/configManage/configParamTreeTable/index.vue @@ -0,0 +1,1817 @@ + + + + + + + + + + + + + + + + + + + + + + + + {{ treeState.selectNode.topDisplay }} + + + {{ t('views.configManage.configParamForm.treeSelectTip') }} + + + + + + {{ t('common.reloadText') }} + + + + + + + + + + + + + + + + {{ record.comment }} + + + + + + + + + {{ k }} + + + + + {{ t('common.ok') }} + + + + + + + + + {{ t('common.cancel') }} + + + + + + + + + + {{ JSON.parse(record['filter'])[text] }} + + {{ `${text}` || ' ' }} + + + + + + + + + + + + + + {{ t('common.addText') }} + + + + + + + {{ t('common.addText') }} + + + + {{ column }} == {{ record.title }} + + + + + + + + + + + + + + {{ t('common.ok') }} + + + + + {{ t('common.close') }} + + + + + + + {{ t('common.editText') }} + + + + + {{ t('common.deleteText') }} + + + + + + + + + + + + {{ item.comment }} + + + + + + + + + {{ k }} + + + + + + {{ + arrayState.newIndex === -1 + ? '-' + : t( + 'views.configManage.configParamForm.arrayMore' + ) + }} + + + + {{ `${item.value}` || ' ' }} + + + + + + + + + + + {{ t('common.addText') }} + + + + {{ t('common.close') }} + + + + + + + + + + + + + {{ t('common.ok') }} + + + + + {{ t('common.close') }} + + + + + + + {{ t('common.editText') }} + + + + + + + {{ t('common.deleteText') }} + + + + + + + + + + + + {{ item.comment }} + + + + + + + + + {{ k }} + + + + + + {{ + arrayChildState.newIndex === -1 + ? '-' + : t( + 'views.configManage.configParamForm.arrayMore' + ) + }} + + + + {{ `${item.value || ' '}` }} + + + + + + + + + + + + + + + + + + + + + + + + {{ item.comment }} + + + + + + + + + {{ k }} + + + + + {{ `${item.value || ' '}` }} + + + + + + + + + +