正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | 19 | ||
| 20 | <!--列表--> | 20 | <!--列表--> |
| 21 | <el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange" | 21 | <el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange" |
| 22 | - @current-change="handleCurrentChange" | 22 | + @row-dblclick="handleCurrentChange" |
| 23 | :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" | 23 | :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" |
| 24 | style="border-radius: 10px 10px 0px 0px;line-height: 25px;" > | 24 | style="border-radius: 10px 10px 0px 0px;line-height: 25px;" > |
| 25 | <el-table-column type="selection" width="55"> | 25 | <el-table-column type="selection" width="55"> |
| @@ -57,7 +57,7 @@ | @@ -57,7 +57,7 @@ | ||
| 57 | </el-pagination> | 57 | </el-pagination> |
| 58 | </el-row> | 58 | </el-row> |
| 59 | <!--编辑界面--> | 59 | <!--编辑界面--> |
| 60 | - <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :modal-append-to-body="false" width="80%" text-align="center" tyle="margin-top: -20px"> | 60 | + <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :append-to-body="true" width="80%" text-align="center" tyle="margin-top: -20px"> |
| 61 | <el-form :model="coneeForm" :rules="coneeRules" ref="coneeForm" label-width="145px" style="margin-top: -10px"> | 61 | <el-form :model="coneeForm" :rules="coneeRules" ref="coneeForm" label-width="145px" style="margin-top: -10px"> |
| 62 | <el-row> | 62 | <el-row> |
| 63 | <el-col :span="4" style="display: none"> | 63 | <el-col :span="4" style="display: none"> |
| @@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
| 18 | </el-col> | 18 | </el-col> |
| 19 | <!--列表--> | 19 | <!--列表--> |
| 20 | <el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange" | 20 | <el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange" |
| 21 | - @current-change="handleCurrentChange" | 21 | + @row-dblclick="handleCurrentChange" |
| 22 | :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" | 22 | :header-cell-style="{background:'#6F8294',color:'#FFFFFF'}" |
| 23 | style="border-radius: 10px 10px 0px 0px;line-height: 25px;" > | 23 | style="border-radius: 10px 10px 0px 0px;line-height: 25px;" > |
| 24 | <el-table-column type="selection" width="55"> | 24 | <el-table-column type="selection" width="55"> |
| @@ -56,8 +56,8 @@ | @@ -56,8 +56,8 @@ | ||
| 56 | </el-pagination> | 56 | </el-pagination> |
| 57 | </el-row> | 57 | </el-row> |
| 58 | <!--编辑界面--> | 58 | <!--编辑界面--> |
| 59 | - <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible" | ||
| 60 | - :modal-append-to-body="false" width="80%" text-align="center" tyle="margin-top: -20px"> | 59 | + <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible" :append-to-body="true" |
| 60 | + width="80%" text-align="center" tyle="margin-top: -20px"> | ||
| 61 | <el-form :model="conerForm" :rules="conerRules" ref="conerForm" label-width="145px" style="margin-top: -10px"> | 61 | <el-form :model="conerForm" :rules="conerRules" ref="conerForm" label-width="145px" style="margin-top: -10px"> |
| 62 | <el-row> | 62 | <el-row> |
| 63 | <el-col :span="4" style="display: none"> | 63 | <el-col :span="4" style="display: none"> |
-
请 注册 或 登录 后发表评论