lichao 3 rokov pred
rodič
commit
2ec65271d4

+ 2 - 1
src/views/agreement/agreementTask/index.vue

@@ -186,6 +186,7 @@
       v-loading="loading"
       :data="agreementList"
       @selection-change="handleSelectionChange"
+      border
     >
       <el-table-column type="selection" width="55" align="center" />
       <el-table-column type="index" label="行号" align="center" fixed />
@@ -550,7 +551,7 @@
         <h2>作业费明细</h2>
         <el-button @click="getList_s" :disabled="browseStatus">新增</el-button>
       </div>
-      <el-table v-loading="loading_s" :data="agreementitemsList">
+      <el-table v-loading="loading_s" :data="agreementitemsList" border>
         <el-table-column label="行号" align="center" type="index" />
         <el-table-column
           prop="fFeeid"

+ 6 - 6
src/views/login.vue

@@ -52,14 +52,14 @@
     </el-form>
     <!--  底部  -->
 <!--    青岛途宝软件开发有限公司-->
-   <div class="el-login-footer">
-     <img src="./icp.png" alt="" height="14px" style="margin-right:2px"> <span><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37021302000853">鲁公网安备 37021302000853号</a> <a href="https://beian.miit.gov.cn/">鲁ICP备2021000559号</a>  青岛途宝软件开发有限公司</span>
-   </div>
+<!--   <div class="el-login-footer">-->
+<!--     <img src="./icp.png" alt="" height="14px" style="margin-right:2px"> <span><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=37021302000853">鲁公网安备 37021302000853号</a> <a href="https://beian.miit.gov.cn/">鲁ICP备2021000559号</a>  青岛途宝软件开发有限公司</span>-->
+<!--   </div>-->
 <!--    凯和-->
 
-<!--    <div class="el-login-footer">-->
-<!--      <img src="./icp.png" alt="" height="14px" style="margin-right:2px"> <span><a href="https://beian.miit.gov.cn/">鲁ICP备2021017300号-1</a>  青岛凯和志诚物流有限公司</span>-->
-<!--    </div>-->
+    <div class="el-login-footer">
+      <img src="./icp.png" alt="" height="14px" style="margin-right:2px"> <span><a href="https://beian.miit.gov.cn/">鲁ICP备2021017300号-1</a>  青岛凯和志诚物流有限公司</span>
+    </div>
   </div>
 </template>
 

+ 2 - 2
src/views/warehouseBusiness/agreement/index.vue

@@ -127,7 +127,7 @@
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>
 
-    <el-table v-loading="loading" :data="agreementList" @selection-change="handleSelectionChange">
+    <el-table v-loading="loading" border :data="agreementList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center"/>
       <el-table-column label="合同编号" sortable align="center" prop="fContractno" show-overflow-tooltip/>
       <el-table-column label="客户名称" sortable align="center" width="220" prop="fCorpid"/>
@@ -312,7 +312,7 @@
         <h2>收款</h2>
         <el-button @click="getList_s('C')" :disabled="notChange">新增</el-button>
       </div>
-      <el-table v-loading="loading_s" :data="agreementitemsList" @selection-change="handleSelectionChange">
+      <el-table v-loading="loading_s" border :data="agreementitemsList" @selection-change="handleSelectionChange">
         <!--        <el-table-column type="selection" width="55" align="center"/>-->
         <el-table-column label="行号" align="center" type="index" fixed="left"/>