Kaynağa Gözat

行级填报

rongxin_prod
zhao 2 yıl önce
ebeveyn
işleme
ce7dfeff00
3 değiştirilmiş dosya ile 13 ekleme ve 2 silme
  1. +1
    -1
      src/views/sunVillage_info/entityReport/reportLineList.vue
  2. +7
    -1
      src/views/sunVillage_info/entityReport/reportLineSummary.vue
  3. +5
    -0
      src/views/sunVillage_info/entityReport/reportLineView.vue

+ 1
- 1
src/views/sunVillage_info/entityReport/reportLineList.vue Dosyayı Görüntüle

@@ -30,7 +30,7 @@
</div>
<div class="flex_block">
<i class="icon icon_2"></i>
<div class="text">填报数: {{item.params.numReport}}</div>
<div class="text">填报数: {{item.params.numReport}}</div>
</div>
</div>
</div>


+ 7
- 1
src/views/sunVillage_info/entityReport/reportLineSummary.vue Dosyayı Görüntüle

@@ -71,7 +71,7 @@
<div class="full-height" v-else-if="col.type === '4'">
<input class="input-field align-center full-height" v-model="col.name" :readonly="disableEdit"></input>
</div>
<div v-else :style="{'text-align': calcAlign(col.type)}">{{col.name}}</div>
<div v-else class="full-height flex-center" :style="{'justify-content': calcAlign(col.type)}">{{col.name}}</div>

<van-icon name="edit" v-if="cindex === editorData.headerTypes.length - 1 && canEdit(col)" class="edit-icon" color="#1989fa" size="24" @click="edit(col)"/>
</div>
@@ -170,6 +170,7 @@ export default {
this.loading = true;
summaryList({
templateId: this.editorData.templateId,
deptId: Cookies.get('deptId'),
}).then((resp) => {
this.editorData = resp.data;
}).finally(() => {
@@ -467,6 +468,11 @@ export default {
right: -0.6rem;
top: calc(50% - 0.3rem);
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
}




+ 5
- 0
src/views/sunVillage_info/entityReport/reportLineView.vue Dosyayı Görüntüle

@@ -525,6 +525,11 @@ export default {
.form_readonly /deep/ .van-icon-arrow-down {
display: none;
}

.main-table /deep/ .van-field {
height: unset;
min-height: 1rem;
}
}




Yükleniyor…
İptal
Kaydet