chenc 3 years ago
parent
commit
702a4202aa
2 changed files with 8 additions and 7 deletions
  1. 5 4
      src/components/page/GlobalFooter.vue
  2. 3 3
      src/views/activiti/applyList.vue

+ 5 - 4
src/components/page/GlobalFooter.vue

@@ -1,17 +1,18 @@
 <template>
   <div class="footer">
-    <div class="links">
+    <!-- <div class="links">
       <a href="http://www.jeecg.com" target="_blank">JEECG 首页</a>
       <a href="https://github.com/zhangdaiscott/jeecg-boot" target="_blank">
         <a-icon type="github"/>
       </a>
       <a href="https://ant.design/">Ant Design</a>
       <a href="https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/">Vue Antd</a>
-    </div>
+    </div> -->
     <div class="copyright">
-      Copyright
+      <!-- Copyright
       <a-icon type="copyright"/>
-      2019 <span>JEECG开源社区 出品</span>
+      2019 <span>JEECG开源社区 出品</span> -->
+      上海萃颠信息科技有限公司出品
     </div>
   </div>
 </template>

+ 3 - 3
src/views/activiti/applyList.vue

@@ -59,9 +59,9 @@
     </div>
 
     <!-- table区域-begin -->
-    <a-table :scroll="scroll" bordered
+    <a-table :scroll="scroll+200" bordered
       ref="table"
-      size="middle"
+      size="small"
       rowKey="id"
       :dataSource="dataSource"
       :pagination="ipagination"
@@ -111,7 +111,7 @@
           <span> {{t}} </span>
         </template>
       </a-table-column>
-      <a-table-column title="操作" dataIndex=""  align="center">
+      <a-table-column title="操作" dataIndex=""  align="center" :width="200">
         <template slot-scope="t,r,i">
           <template v-if="r.status == 0">
             <a href="javascript:void(0);" style="color: #00A0E9" @click="apply(r)" >提交申请</a>