Commit 6c270262 authored by liwenhong's avatar liwenhong

Merge branch 'withdrawList-h5'

parents 4bd725f2 c765c7ca
......@@ -201,10 +201,10 @@
>退款</el-button
>
<el-button-group v-show="scope.row.order_status == '3'">
<el-button type="text" size="small" @click="agree(scope.row)"
<el-button type="text" @click="agree(scope.row)"
>同意</el-button
>
<el-button type="text" size="small" @click="refuse(scope.row)"
<el-button type="text" @click="refuse(scope.row)"
>拒绝</el-button
>
</el-button-group>
......@@ -292,10 +292,10 @@
>退款</el-button
>
<el-button-group v-show="scope.row.order_status == '3'">
<el-button type="text" size="small" @click="agree(scope.row)"
<el-button type="text" @click="agree(scope.row)"
>同意</el-button
>
<el-button type="text" size="small" @click="refuse(scope.row)"
<el-button type="text" @click="refuse(scope.row)"
>拒绝</el-button
>
</el-button-group>
......
......@@ -7,6 +7,10 @@
margin-bottom:10px;
}
.el-button-group>.el-button:first-child {
margin-right: 10px;
}
.exportForm,.exportBtn{
text-align:center;
}
......
......@@ -336,7 +336,7 @@
</el-form-item>
</el-dialog>
<!-- 退款弹窗 -->
<el-dialog title="退款" width="30%" top="10%" v-model="refundShow">
<el-dialog title="退款" width="50%" top="10%" v-model="refundShow">
<el-checkbox
:indeterminate="isIndeterminate"
v-model="checkAll"
......
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