mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 22:55:00 +08:00
add some
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</a-row>
|
||||
|
||||
<template slot="footer">
|
||||
<a-button key="back" @click="cancelHandel">取消</a-button>
|
||||
<a-button key="back" @click="cancelHandel">{{ $t('button.cancel') }}</a-button>
|
||||
<a-button key="submit" type="primary" :loading="confirmLoading" @click="okHandel">保存</a-button>
|
||||
</template>
|
||||
</a-modal>
|
||||
|
@@ -44,7 +44,7 @@
|
||||
>
|
||||
<a-button @click="handleAddParent" type="primary" style="margin-right: 1rem">关联父角色</a-button>
|
||||
<a-button @click="handleAddChild" type="primary" style="margin-right: 1rem">关联子角色</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -65,8 +65,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -52,8 +52,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -30,7 +30,7 @@
|
||||
</a-form-item>
|
||||
<div class="btn-group">
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">添加</a-button>
|
||||
<a-button @click="closeForm">取消</a-button>
|
||||
<a-button @click="closeForm">{{ $t('button.cancel') }}</a-button>
|
||||
</div>
|
||||
|
||||
</a-form>
|
||||
|
@@ -60,8 +60,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -66,8 +66,8 @@
|
||||
background: '#fff',
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
</div>
|
||||
|
||||
</a-form>
|
||||
|
@@ -133,8 +133,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -39,7 +39,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -71,7 +71,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -39,7 +39,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -71,7 +71,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -55,7 +55,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -37,7 +37,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -38,7 +38,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -81,7 +81,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<a-row>
|
||||
<a-col :span="18">
|
||||
<a-card style="height: 605px">
|
||||
<a-button class="ant-btn-primary" style="margin-left: 10px;" :disabled="uploadFlag" id="upload-button" @click="uploadData">上传</a-button>
|
||||
<a-button class="ant-btn-primary" style="margin-left: 10px;" :disabled="uploadFlag" id="upload-button" @click="uploadData">{{ $t('button.upload') }}</a-button>
|
||||
<upload-file-form v-if="displayUpload" ref="fileEditor"></upload-file-form>
|
||||
<ci-table v-if="editorOnline" :ciTypeAttrs="ciTypeAttrs" ref="onlineEditor"></ci-table>
|
||||
</a-card>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
style="margin-left: 20px"
|
||||
:disabled="downLoadButtonDis"
|
||||
@click="downLoadExcel"
|
||||
>下载模板</a-button>
|
||||
>{{ $t('button.download') }}</a-button>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
type="primary"
|
||||
icon="plus"
|
||||
@click="$refs.create.visible = true; $refs.create.action='create'"
|
||||
>新建</a-button>
|
||||
>{{ $t('button.add') }}</a-button>
|
||||
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0">
|
||||
<a-menu slot="overlay">
|
||||
<a-menu-item
|
||||
@@ -23,11 +23,11 @@
|
||||
</a-menu-item>
|
||||
<a-menu-item key="batchDownload" @click="batchDownload">
|
||||
<json-excel :fetch="batchDownload" name="cmdb.xls">
|
||||
<a-icon type="download" /> 下载
|
||||
<a-icon type="download" /> {{ $t('tip.download') }}
|
||||
</json-excel>
|
||||
</a-menu-item>
|
||||
<a-menu-item key="batchDelete" @click="batchDelete">
|
||||
<a-icon type="delete" />删除
|
||||
<a-icon type="delete" />{{ $t('tip.delete') }}
|
||||
</a-menu-item>
|
||||
</a-menu>
|
||||
<a-button style="margin-left: 8px">
|
||||
@@ -62,10 +62,10 @@
|
||||
<template>
|
||||
<a
|
||||
@click="$refs.detail.visible = true; $refs.detail.ciId = record.key; $refs.detail.create()"
|
||||
>详情</a>
|
||||
>{{ $t('tip.detail') }}</a>
|
||||
|
||||
<a-divider type="vertical" />
|
||||
<a @click="deleteCI(record)">删除</a>
|
||||
<a @click="deleteCI(record)">{{ $t('tip.delete') }}</a>
|
||||
</template>
|
||||
</span>
|
||||
</s-table>
|
||||
|
@@ -73,14 +73,14 @@
|
||||
class="table-page-search-submitButtons"
|
||||
:style="advanced && { float: 'right', overflow: 'hidden' } || {} "
|
||||
>
|
||||
<a-button type="primary" @click="$emit('refresh', true)" v-if="preferenceAttrList.length">查询</a-button>
|
||||
<a-button style="margin-left: 8px" @click="() => queryParam = {}" v-if="preferenceAttrList.length">重置</a-button>
|
||||
<a-button type="primary" @click="$emit('refresh', true)" v-if="preferenceAttrList.length">{{ $t('button.query') }}</a-button>
|
||||
<a-button style="margin-left: 8px" @click="() => queryParam = {}" v-if="preferenceAttrList.length">{{ $t('button.reset') }}</a-button>
|
||||
<a
|
||||
@click="toggleAdvanced"
|
||||
style="margin-left: 8px"
|
||||
v-if="preferenceAttrList.length > 4"
|
||||
>
|
||||
{{ advanced ? '收起' : '展开' }}
|
||||
{{ advanced ? $t('tip.fold') : $t('tip.unfold') }}
|
||||
<a-icon :type="advanced ? 'up' : 'down'" />
|
||||
</a>
|
||||
</span>
|
||||
|
@@ -39,7 +39,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -78,7 +78,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -148,8 +148,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -68,7 +68,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -77,7 +77,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
@@ -124,8 +124,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleBatchUpdateSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onBatchBindAttrActionClose">取消</a-button>
|
||||
<a-button @click="handleBatchUpdateSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onBatchBindAttrActionClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
</a-form>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleDelete(record)">删除</a>
|
||||
<a @click="handleDelete(record)">{{ $t('tip.delete') }}</a>
|
||||
</template>
|
||||
</span>
|
||||
|
||||
@@ -65,8 +65,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
</a-form>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleDelete(record)">删除</a>
|
||||
<a @click="handleDelete(record)">{{ $t('tip.delete') }}</a>
|
||||
</template>
|
||||
</span>
|
||||
|
||||
@@ -64,8 +64,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
</a-form>
|
||||
|
@@ -12,7 +12,7 @@
|
||||
ref="addGroupInput"
|
||||
v-model.trim="newGroupName" />
|
||||
<a @click="handleCreateGroup" style="margin-right: 0.5rem">保存</a>
|
||||
<a @click="handleCancelCreateGroup">取消</a>
|
||||
<a @click="handleCancelCreateGroup">{{ $t('button.cancel') }}</a>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
ref="editGroupInput"
|
||||
v-model.trim="CITypeGroup.name" />
|
||||
<a @click="handleSaveGroupName(index, CITypeGroup)" style="margin-right: 0.5rem">保存</a>
|
||||
<a @click="handleCancelGroupName(index, CITypeGroup)">取消</a>
|
||||
<a @click="handleCancelGroupName(index, CITypeGroup)">{{ $t('button.cancel') }}</a>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
|
@@ -125,8 +125,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
</a-form>
|
||||
|
@@ -20,7 +20,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleDelete(record)">删除</a>
|
||||
<a @click="handleDelete(record)">{{ $t('tip.delete') }}</a>
|
||||
</template>
|
||||
</span>
|
||||
|
||||
@@ -91,8 +91,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
</a-form>
|
||||
|
@@ -42,8 +42,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -39,7 +39,7 @@
|
||||
@click="() => handleReset(clearFilters, column)"
|
||||
size="small"
|
||||
style="width: 90px"
|
||||
>重置</a-button>
|
||||
>{{ $t('button.reset') }}</a-button>
|
||||
</div>
|
||||
<a-icon slot="filterIcon" slot-scope="filtered" type="search" :style="{ color: filtered ? '#108ee9' : undefined }" />
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<span slot="action" slot-scope="text, record">
|
||||
<template>
|
||||
<a @click="handleEdit(record)">编辑</a>
|
||||
<a @click="handleEdit(record)">{{ $t('tip.edit') }}</a>
|
||||
<a-divider type="vertical"/>
|
||||
|
||||
<a-popconfirm
|
||||
@@ -67,7 +67,7 @@
|
||||
okText="是"
|
||||
cancelText="否"
|
||||
>
|
||||
<a>删除</a>
|
||||
<a>{{ $t('tip.delete') }}</a>
|
||||
</a-popconfirm>
|
||||
</template>
|
||||
</span>
|
||||
|
@@ -42,8 +42,8 @@
|
||||
|
||||
}"
|
||||
>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">确定</a-button>
|
||||
<a-button @click="onClose">取消</a-button>
|
||||
<a-button @click="handleSubmit" type="primary" style="margin-right: 1rem">{{ $t('button.submit') }}</a-button>
|
||||
<a-button @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
|
||||
</div>
|
||||
|
||||
|
@@ -17,11 +17,11 @@
|
||||
<span
|
||||
:class="item.is_subscribed?'subscribe-success':'unsubscribe'"
|
||||
slot="title"
|
||||
>{{ item.is_subscribed ? "已订阅" : "未订阅" }}</span>
|
||||
>{{ item.is_subscribed ? $t('tip.subscribed') : $t('tip.unsubscribed') }}</span>
|
||||
</a-card-meta>
|
||||
<template class="ant-card-actions" slot="actions">
|
||||
<a :disabled="!item.is_subscribed" @click="unsubscribe(item.id)">取消</a>
|
||||
<a @click="showDrawer(item.id, item.alias || item.name)">订阅</a>
|
||||
<a :disabled="!item.is_subscribed" @click="unsubscribe(item.id)">{{ $t('button.cancel') }}</a>
|
||||
<a @click="showDrawer(item.id, item.alias || item.name)">{{ $t('button.subscribe') }}</a>
|
||||
</template>
|
||||
</a-card>
|
||||
</template>
|
||||
@@ -43,8 +43,8 @@
|
||||
<span
|
||||
v-if="treeSubscribed"
|
||||
style="font-weight: 500; font-size: 12px; color: green"
|
||||
>已订阅</span>
|
||||
<span style="font-weight: 500; font-size: 12px; color: red" v-else>未订阅</span>
|
||||
>{{ $t('tip.subscribed') }}</span>
|
||||
<span style="font-weight: 500; font-size: 12px; color: red" v-else>{{ $t('tip.unsubscribed') }}</span>
|
||||
</a-divider>
|
||||
<a-select
|
||||
ref="tree"
|
||||
@@ -60,7 +60,7 @@
|
||||
@click="subTreeSubmit"
|
||||
type="primary"
|
||||
:style="{float: 'right', marginTop: '10px'}"
|
||||
>订阅</a-button>
|
||||
>{{ $t('button.subscribe') }}</a-button>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
@@ -101,8 +101,8 @@
|
||||
textAlign: 'right',
|
||||
}"
|
||||
>
|
||||
<a-button :style="{marginRight: '8px'}" @click="onClose">取消</a-button>
|
||||
<a-button @click="subInstanceSubmit" type="primary">订阅</a-button>
|
||||
<a-button :style="{marginRight: '8px'}" @click="onClose">{{ $t('button.cancel') }}</a-button>
|
||||
<a-button @click="subInstanceSubmit" type="primary">{{ $t('button.subscribe') }}</a-button>
|
||||
</div>
|
||||
</a-drawer>
|
||||
</div>
|
||||
|
@@ -56,7 +56,7 @@
|
||||
class="login-button"
|
||||
:loading="state.loginBtn"
|
||||
:disabled="state.loginBtn"
|
||||
>确定</a-button>
|
||||
>{{ $t('button.submit') }}</a-button>
|
||||
</a-form-item>
|
||||
|
||||
</a-form>
|
||||
|
Reference in New Issue
Block a user