Commit 441ee9ac by LJM

提示修改

parent 57c2adaa
...@@ -9,11 +9,15 @@ ...@@ -9,11 +9,15 @@
<el-descriptions-item label="导入时间">{{ detailData.create_time }}</el-descriptions-item> <el-descriptions-item label="导入时间">{{ detailData.create_time }}</el-descriptions-item>
</el-descriptions> </el-descriptions>
<!--操作区--> <!--操作区-->
<div class="operation-area row" style="margin-top: 10px;"> <div class="operation-area row verCenter bothSide" style="margin-top: 10px;">
<div class="operation-button row verCenter"> <div class="operation-button row verCenter">
<el-button type="primary" @click="popupEvent(1)">提交寄售审核</el-button> <el-button type="primary" @click="popupEvent(1)">提交寄售审核</el-button>
<el-button type="primary" @click="exportErrorItemList">导出失败文件</el-button> <el-button type="primary" @click="exportErrorItemList">导出失败文件</el-button>
</div> </div>
<div class="text-tip row verCenter">
<i class="el-icon-warning"></i>
<span>可选择“上传成功”状态的数据提交寄售申请,每次最多可提交200条</span>
</div>
</div> </div>
<!--列表区--> <!--列表区-->
<div class="data-box"> <div class="data-box">
......
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 sign in to comment