소스 검색

优化

wulanhaote
庞东旭 2 년 전
부모
커밋
3c85af5eef
4개의 변경된 파일24개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -1
      src/views/sunVillage_info/fixedAssetsAdd.vue
  2. +6
    -1
      src/views/sunVillage_info/fixedAssetsEdit.vue
  3. +6
    -1
      src/views/sunVillage_info/informationAdd.vue
  4. +6
    -1
      src/views/sunVillage_info/informationEdit.vue

+ 6
- 1
src/views/sunVillage_info/fixedAssetsAdd.vue 파일 보기

@@ -263,7 +263,7 @@
<van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" /> <van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" />
</div> </div>


<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit"> <van-button round block type="primary" native-type="submit">
保存 保存
</van-button> </van-button>
@@ -481,6 +481,11 @@
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .van-button--primary{
background: url("../../assets/images/sunVillage_info/btn_bg.png") no-repeat;
background-size: 100% 100%;
border: none;
}
.home_wrapper{ .home_wrapper{
background: #e9e9e9; background: #e9e9e9;
min-height: 100vh; min-height: 100vh;


+ 6
- 1
src/views/sunVillage_info/fixedAssetsEdit.vue 파일 보기

@@ -263,7 +263,7 @@
<van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" /> <van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" />
</div> </div>


<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit"> <van-button round block type="primary" native-type="submit">
保存 保存
</van-button> </van-button>
@@ -501,6 +501,11 @@
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .van-button--primary{
background: url("../../assets/images/sunVillage_info/btn_bg.png") no-repeat;
background-size: 100% 100%;
border: none;
}
.home_wrapper{ .home_wrapper{
background: #e9e9e9; background: #e9e9e9;
min-height: 100vh; min-height: 100vh;


+ 6
- 1
src/views/sunVillage_info/informationAdd.vue 파일 보기

@@ -365,7 +365,7 @@
</van-popup> </van-popup>
</div> </div>


<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit"> <van-button round block type="primary" native-type="submit">
保存 保存
</van-button> </van-button>
@@ -569,6 +569,11 @@
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .van-button--primary{
background: url("../../assets/images/sunVillage_info/btn_bg.png") no-repeat;
background-size: 100% 100%;
border: none;
}
.home_wrapper{ .home_wrapper{
background: #e9e9e9; background: #e9e9e9;
min-height: 100vh; min-height: 100vh;


+ 6
- 1
src/views/sunVillage_info/informationEdit.vue 파일 보기

@@ -365,7 +365,7 @@
</van-popup> </van-popup>
</div> </div>


<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit"> <van-button round block type="primary" native-type="submit">
保存 保存
</van-button> </van-button>
@@ -592,6 +592,11 @@
} }
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
/deep/ .van-button--primary{
background: url("../../assets/images/sunVillage_info/btn_bg.png") no-repeat;
background-size: 100% 100%;
border: none;
}
.home_wrapper{ .home_wrapper{
background: #e9e9e9; background: #e9e9e9;
min-height: 100vh; min-height: 100vh;


불러오는 중...
취소
저장