ソースを参照

宅基地调查

wulanhaote
yujk 3年前
コミット
695ece8c53
2個のファイルの変更4行の追加3行の削除
  1. +3
    -2
      src/views/homesteadSurvey/add.vue
  2. +1
    -1
      src/views/homesteadSurvey/list.vue

+ 3
- 2
src/views/homesteadSurvey/add.vue ファイルの表示

@@ -4546,7 +4546,7 @@
showPopuphncy(item){
if(item==""){
this.form5 = {
"nhdm":this.form1.nhdm,
"nhdm":this.nhdm,
"deptId":this.form1.deptId,
"zjlx":'01',
"zjlxName":"身份证",
@@ -4916,6 +4916,7 @@
if(item==""){
this.hncylist=[]
}else{
this.nhdm = item.nhdm
this.hncylist=[]
let params = {
"nhdm":item.nhdm,
@@ -5257,6 +5258,6 @@
height: 100%;
}
>>> .van-swipe-cell__wrapper{
margin-right:-1px;
margin-right:-3px;
}
</style>

+ 1
- 1
src/views/homesteadSurvey/list.vue ファイルの表示

@@ -5038,7 +5038,7 @@

<style scoped lang="scss">
/deep/ .van-swipe-cell__wrapper{
margin-right:-1px;
margin-right:-3px;
}
.hzlxBtn{
font-size: 0.3rem;


読み込み中…
キャンセル
保存