切换导航条
此项目
正在载入...
登录
朱兆平
/
vue_cli
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
小范
2 years ago
提交
f40cab20dcfadc0a6e77411963ebad12a5a29394
1 个父辈
0cf8c541
收发货人弹框层级及闪退问题完善
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
src/views/consigner/consignee.vue
src/views/consigner/consigner.vue
src/views/consigner/consignee.vue
查看文件 @
f40cab2
...
...
@@ -19,7 +19,7 @@
<!--列表-->
<el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange"
@
current-change
="handleCurrentChange"
@
row-dblclick
="handleCurrentChange"
:header-cell-style="{background:'#6F8294',color:'#FFFFFF'}"
style="border-radius: 10px 10px 0px 0px;line-height: 25px;" >
<el-table-column type="selection" width="55">
...
...
@@ -57,7 +57,7 @@
</el-pagination>
</el-row>
<!--编辑界面-->
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :
modal-append-to-body="fals
e" width="80%" text-align="center" tyle="margin-top: -20px">
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :
append-to-body="tru
e" width="80%" text-align="center" tyle="margin-top: -20px">
<el-form :model="coneeForm" :rules="coneeRules" ref="coneeForm" label-width="145px" style="margin-top: -10px">
<el-row>
<el-col :span="4" style="display: none">
...
...
src/views/consigner/consigner.vue
查看文件 @
f40cab2
...
...
@@ -18,7 +18,7 @@
</el-col>
<!--列表-->
<el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange"
@
current-change
="handleCurrentChange"
@
row-dblclick
="handleCurrentChange"
:header-cell-style="{background:'#6F8294',color:'#FFFFFF'}"
style="border-radius: 10px 10px 0px 0px;line-height: 25px;" >
<el-table-column type="selection" width="55">
...
...
@@ -56,8 +56,8 @@
</el-pagination>
</el-row>
<!--编辑界面-->
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible"
:modal-append-to-body="false" width="80%" text-align="center" tyle="margin-top: -20px">
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible" :append-to-body="true"
width="80%" text-align="center" tyle="margin-top: -20px">
<el-form :model="conerForm" :rules="conerRules" ref="conerForm" label-width="145px" style="margin-top: -10px">
<el-row>
<el-col :span="4" style="display: none">
...
...
请
注册
或
登录
后发表评论