浏览代码

统计修改

duy 2 年之前
父节点
当前提交
7a6052c718
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/static/components/tab-all.vue
  2. 1 1
      src/views/static/components/tab-decost.vue

+ 1 - 1
src/views/static/components/tab-all.vue

@@ -7,7 +7,7 @@
                 </el-select>
             </div>
         </el-row>
-        <el-table v-if="costcheck === 1" :data="tableData" border class="mt-4 " stripe :header-cell-style="headerStyle1" style="height: 87%;">
+        <el-table v-if="costcheck === 1" :data="tableData" border class="mt-4 " stripe :header-cell-style="headerStyle1" style="height: 87%;padding-bottom: 30px;">
             <el-table-column
                 v-for="item in tableColData" :key="item.id" 
                 align="center"

+ 1 - 1
src/views/static/components/tab-decost.vue

@@ -79,7 +79,7 @@ const tableColData = ref([
         name: '市场部',
         children:[
             {
-            id: 'budget1 ',
+            id: 'budget1',
             name: '预算支出',
             },
             {