Commit 42bf7311 by 陈浩建

测试提交

parent 93e7aabf
...@@ -81,19 +81,10 @@ ...@@ -81,19 +81,10 @@
<a-button @click="handleSubmit" style="margin-left: 10px">导出</a-button> <a-button @click="handleSubmit" style="margin-left: 10px">导出</a-button>
<a-dropdown> <a-dropdown>
<a-menu slot="overlay" @click="handleMenuClick"> <a-menu slot="overlay" @click="handleMenuClick">
<a-menu-item key="1"> <a-menu-item key="1"><a-icon type="arrow-up"/>受理单</a-menu-item>
<a-icon type="arrow-up"/> <a-menu-item key="2"><a-icon type="arrow-up"/>快递</a-menu-item>
受理单
</a-menu-item>
<a-menu-item key="2">
<a-icon type="arrow-up"/>
快递
</a-menu-item>
</a-menu> </a-menu>
<a-button style="margin-left: 8px"> <a-button style="margin-left: 8px">导入<a-icon type="down"/></a-button>
导入
<a-icon type="down"/>
</a-button>
</a-dropdown> </a-dropdown>
</a-col> </a-col>
</a-row> </a-row>
...@@ -142,8 +133,8 @@ ...@@ -142,8 +133,8 @@
</span> </span>
</template> </template>
</s-table> </s-table>
<!----抽屉-->
<!----抽屉-->
<a-drawer width="1280" placement="right" :closable="false" @close="onClose" :visible="visible"> <a-drawer width="1280" placement="right" :closable="false" @close="onClose" :visible="visible">
<a-form :form="orderInfo"> <a-form :form="orderInfo">
<a-tabs type="card"> <a-tabs type="card">
...@@ -291,9 +282,7 @@ ...@@ -291,9 +282,7 @@
<a-list-item slot="renderItem" slot-scope="item, index"> <a-list-item slot="renderItem" slot-scope="item, index">
<a-card :title="item.title" :bordered="false"> <a-card :title="item.title" :bordered="false">
<a-card-grid style="width:100%;" v-for="item in abnormalInfo"> <a-card-grid style="width:100%;" v-for="item in abnormalInfo">
<div <div style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 20px">
style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 20px"
>
<a-tooltip placement="left"> <a-tooltip placement="left">
<template slot="title">{{item[index]}}</template> <template slot="title">{{item[index]}}</template>
{{ item[index] }} {{ item[index] }}
......
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