优化页面按钮
This commit is contained in:
parent
e1d385fa04
commit
a1fd2744e4
@ -17,7 +17,7 @@
|
||||
<Divider :plain="true">操作按钮</Divider>
|
||||
<Row>
|
||||
<Space :wrap="true">
|
||||
<Select style="width:200px" v-model="translate_select_model" :disabled="is_translate"
|
||||
<Select style="width:200px" v-model="translate_select_model"
|
||||
placeholder="请选择翻译接口">
|
||||
<OptionGroup v-for="group in option_groups" :label="group.group_label">
|
||||
<Option v-for="option in group.items" :value="option.value" :key="option.value">
|
||||
@ -25,7 +25,7 @@
|
||||
</Option>
|
||||
</OptionGroup>
|
||||
</Select>
|
||||
<Button :disabled="is_translate" type="primary" shape="circle" icon="ios-search"
|
||||
<Button type="primary" shape="circle" icon="ios-search"
|
||||
@click="network_on_start_translate">开始翻译
|
||||
</Button>
|
||||
<Button type="error" @click="on_click_reset_all_message" shape="circle" icon="ios-refresh"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user