Commit 9d6244d9 by tangjiale

优化交互

parent 861b6a23
...@@ -275,7 +275,7 @@ export default { ...@@ -275,7 +275,7 @@ export default {
.import-tip{ .import-tip{
position: relative; position: relative;
margin-top: 38px; margin-top: 38px;
width: calc(100% - 70px); width: 100%;
padding: 18px 35px 35px 35px; padding: 18px 35px 35px 35px;
background: #F5F7FA; background: #F5F7FA;
border-radius: 8px; border-radius: 8px;
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-17 08:47:27 * @Date: 2022-06-17 08:47:27
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-23 17:07:45 * @LastEditTime: 2022-06-27 11:05:04
--> -->
<template> <template>
<!-- 班课报名详情 --> <!-- 班课报名详情 -->
<el-dialog :title="type==1?'订单详情':type==2?'订单详情':'销课详记录'" class="model-bg" :visible.sync="show" <el-dialog :title="type==1?'订单详情':type==2?'订单详情':'销课详记录'" class="model-bg" :visible.sync="show"
:close-on-click-modal="false" width="1200px"> :close-on-click-modal="false" width="1200px">
<template v-if="detail && detail.bmStuName"> <template v-if="detail && detail.bmStuName">
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
}, },
{ {
title: "价格",width:'100px', title: "价格",width:'100px',
type: 'customField', type: 'customField',fixed:'right',
fieldFunction: row => (row.cost / 100), fieldFunction: row => (row.cost / 100),
}, },
{title: "操作",type: "customViewField",width:'220px'} {title: "操作",type: "customViewField",width:'220px'}
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
padding: 10px 10px; padding: 10px 10px;
} }
.search-bottom{ .search-bottom{
width: calc(100% - 2px); width: calc(100% - 24px);
background-color: #fff; background-color: #fff;
padding: 15px 0px 10px 0px; padding: 15px 0px 10px 0px;
height: 60px; height: 60px;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-02 14:08:46 * @Date: 2022-06-02 14:08:46
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-24 10:17:43 * @LastEditTime: 2022-06-27 10:53:34
--> -->
<template> <template>
<div class="page-bg"> <div class="page-bg">
...@@ -166,7 +166,7 @@ export default { ...@@ -166,7 +166,7 @@ export default {
padding: 10px 15px; padding: 10px 15px;
} }
.search-bottom{ .search-bottom{
width: calc(100% - 2px); width: calc(100% - 24px);
background-color: #fff; background-color: #fff;
padding: 15px 0px 10px 0px; padding: 15px 0px 10px 0px;
height: 60px; height: 60px;
......
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
//报名状态(0:待确认报名,1:已确认报名,2:待取消报名,3:已取消报名) //报名状态(0:待确认报名,1:已确认报名,2:待取消报名,3:已取消报名)
{ {
title: "报名状态",width:'120px', title: "报名状态",width:'120px',
type: 'customField', type: 'customField',fixed:'right',
fieldFunction: row => (orderState[row.orderStatus] || ''), fieldFunction: row => (orderState[row.orderStatus] || ''),
}, },
{title: "操作",type: "customViewField",width:'220px'} {title: "操作",type: "customViewField",width:'220px'}
...@@ -151,7 +151,7 @@ export default { ...@@ -151,7 +151,7 @@ export default {
padding: 10px 10px; padding: 10px 10px;
} }
.search-bottom{ .search-bottom{
width: calc(100% - 2px); width: calc(100% - 24px);
background-color: #fff; background-color: #fff;
padding: 15px 0px 10px 0px; padding: 15px 0px 10px 0px;
height: 60px; height: 60px;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-16 16:01:31 * @Date: 2022-06-16 16:01:31
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-24 14:08:15 * @LastEditTime: 2022-06-27 11:08:28
--> -->
<template> <template>
...@@ -87,10 +87,10 @@ export default { ...@@ -87,10 +87,10 @@ export default {
},{ },{
title: "剩余课时",field: "syKs",width:'100px', title: "剩余课时",field: "syKs",width:'100px',
},{ },{
title:'操作',width: "130px",type: "buttons", title:'操作',width: "130px",type: "buttons",fixed:'right',
buttons: [ buttons: [
{ {
name: "详", type:'success',event: "detail", name: "详", type:'success',event: "detail",
} }
] ]
} }
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
padding: 10px 10px; padding: 10px 10px;
} }
.search-bottom{ .search-bottom{
width: calc(100% - 2px); width: calc(100% - 24px);
background-color: #fff; background-color: #fff;
padding: 15px 0px 10px 0px; padding: 15px 0px 10px 0px;
height: 60px; height: 60px;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @eMail: 932055106@qq.com * @eMail: 932055106@qq.com
* @Date: 2022-06-02 14:08:46 * @Date: 2022-06-02 14:08:46
* @LastEditors: tangjiale * @LastEditors: tangjiale
* @LastEditTime: 2022-06-24 10:16:11 * @LastEditTime: 2022-06-27 10:53:22
--> -->
<template> <template>
<div class="page-bg"> <div class="page-bg">
...@@ -140,7 +140,7 @@ export default { ...@@ -140,7 +140,7 @@ export default {
padding: 10px 10px; padding: 10px 10px;
} }
.search-bottom{ .search-bottom{
width: calc(100% - 2px); width: calc(100% - 24px);
background-color: #fff; background-color: #fff;
padding: 15px 0px 10px 0px; padding: 15px 0px 10px 0px;
height: 60px; height: 60px;
......
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