Sfoglia il codice sorgente

Merge branch 'master' of http://223.75.76.159:9090/zq/picc-admin-portal

xiao547607 5 anni fa
parent
commit
cfe605b817

+ 2 - 1
.env.development

@@ -1,2 +1,3 @@
 VUE_APP_BACKEND_URL=http://localhost:8081/picc-admin-server
-//VUE_APP_BACKEND_URL=http://gyxm.jing-zhou.gov.cn/picc-admin-server
+//VUE_APP_BACKEND_URL=http://gyxm.jing-zhou.gov.cn/picc-admin-server
+//VUE_APP_BACKEND_URL=http://picc.jzrccs.com/picc-admin-server

BIN
src/assets/rccslogo.png


+ 4 - 3
src/views/Login.vue

@@ -1,9 +1,10 @@
 <template>
   <div class="login-container">
     <div class="login-form">
-      <h3>
-        <img src="../assets/logo.png" width="250" height="38"/>
-      </h3>
+			<h3 style="display:flex;justify-content: center;flex-direction:row;align-items: center;">				
+				<img src="../assets/rccslogo.png" height="60"/>
+				<span style="margin-left:5px;font-size: 28px;color:rgb(64,158,255);">荆州人才超市保险服务平台</span>
+			</h3>
       <el-card class="box-card">
         <h3 class="title">荆州人才超市保险服务平台-管理端</h3>
         <el-form

+ 1 - 1
src/views/business/commission-detail.vue

@@ -24,7 +24,7 @@
           <b v-text="formModel.insuranceFee"></b>
         </el-form-item>
         <el-form-item label="佣金收益" prop="commission">
-          <el-input v-model="formModel.commission" placeholder="请输入佣金收益" style="width:200px"></el-input>
+          <el-input-number v-model="formModel.commission" placeholder="请输入佣金收益" style="width:200px" :min="0"></el-input-number>
         </el-form-item>
         <el-form-item label="佣金打款时间" prop="commissionTime">
           <el-date-picker

+ 1 - 1
src/views/business/commissionPicc-list.vue

@@ -116,7 +116,7 @@
         <el-table-column prop="commissionTime" label="佣金打款时间" width="180"></el-table-column>
         <el-table-column prop="agent.name" label="保险代理人" width="100"></el-table-column>
         <el-table-column prop="commission" label="佣金收益" width="100"></el-table-column>
-        <el-table-column label="操作" width="250px">
+        <el-table-column label="操作" width="250px" fixed="right">
           <template slot-scope="{row}">
             <el-row>
               <el-col :span="12">

+ 1 - 1
src/views/business/commissionRccs-list.vue

@@ -129,7 +129,7 @@
             <p style="color:red">{{row.promoterFee}}</p>
           </template>
         </el-table-column>
-        <el-table-column label="操作" width="250px">
+        <el-table-column label="操作" width="250px" fixed="right">
           <template slot-scope="{row}">
             <el-button size="mini" type="info" @click="downloadFile(row)">下载电子保单</el-button>
           </template>

+ 1 - 1
src/views/business/historicalInsurance-list.vue

@@ -107,7 +107,7 @@
       <el-table-column prop="finishTime" label="出单时间" width="200"></el-table-column>
       <el-table-column prop="insuranceFee" label="保单金额" width="100"></el-table-column>
       <el-table-column prop="commission" label="佣金金额" width="100"></el-table-column>
-      <el-table-column label="操作" width="250px">
+      <el-table-column label="操作" width="250px" fixed="right">
         <template slot-scope="{row}">
           <el-row>
             <el-col :span="9">