Commit 0219e91a authored by renjintao's avatar renjintao

process

parent 1e8f8db5
...@@ -34,12 +34,12 @@ ...@@ -34,12 +34,12 @@
<FormItem> <FormItem>
<a class="ml10 mr10" @click="resetTable">刷新</a> <a class="ml10 mr10" @click="resetTable">刷新</a>
</FormItem> </FormItem>
<FormItem> <FormItem v-if="show">
<Button @click="openPaste" :type="btnType" :ghost="ghostStatus">{{btnTxt}}</Button> <Button @click="openPaste" :type="btnType" :ghost="ghostStatus">{{btnTxt}}</Button>
</FormItem> </FormItem>
<FormItem> <FormItem>
<RadioGroup value="large" type="button"> <RadioGroup value="large" type="button">
<Radio label="large">数据展示</Radio> <Radio label="large">数据列表</Radio>
<Radio label="default">粘贴Excel</Radio> <Radio label="default">粘贴Excel</Radio>
</RadioGroup> </RadioGroup>
</FormItem> </FormItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment