Browse Source

perf: 调整文字描述

master
wxc 2 months ago
parent
commit
25f0e7331d
  1. 4
      src/views/mobileSupervise/Inspection.vue
  2. 2
      src/views/mobileSupervise/Inspection2.vue

4
src/views/mobileSupervise/Inspection.vue

@ -1122,7 +1122,7 @@
<div class="table-container">
<el-table v-loading="problemsLoading" :data="problems" :max-height="640" min-height="300">
<el-table-column
label="是否存在督察问题"
label="是否发现督察问题"
prop="hasProblem"
width="80"
align="center"
@ -1229,7 +1229,7 @@
<div class="table-container">
<el-table v-loading="problemLoading" :data="selfProblemList" :max-height="640" min-height="300">
<el-table-column
label="是否存在督察问题"
label="是否发现督察问题"
prop="hasProblem"
width="120"
align="center"

2
src/views/mobileSupervise/Inspection2.vue

@ -306,7 +306,7 @@
<div class="table-container">
<el-table :data="problems" :max-height="640" min-height="300">
<el-table-column
label="是否存在督察问题"
label="是否发现督察问题"
prop="hasProblem"
width="120"
align="center"

Loading…
Cancel
Save