Przeglądaj źródła

样式调整完善

祁鹏飞 4 miesięcy temu
rodzic
commit
5835dc06bc

+ 1 - 1
src/views/finance/index.vue

@@ -81,7 +81,7 @@
             </el-col>
             </el-col>
           </el-row>
           </el-row>
         </el-form>
         </el-form>
-        <el-table :data="firstData" :height="isTrue?'calc(100% - 246px)':'calc(100% - 196px)'" style="width: 100%; margin-top: 20px;">
+        <el-table :data="firstData" :height="isTrue?'calc(100% - 244px)':'calc(100% - 194px)'" style="width: 100%; margin-top: 20px;">
           <el-table-column prop="orderNo" label="订单号" width="120"></el-table-column>
           <el-table-column prop="orderNo" label="订单号" width="120"></el-table-column>
           <el-table-column prop="companyName" label="保险公司" width="120"></el-table-column>
           <el-table-column prop="companyName" label="保险公司" width="120"></el-table-column>
           <el-table-column prop="licenseNo" label="车牌号" width="120"></el-table-column>
           <el-table-column prop="licenseNo" label="车牌号" width="120"></el-table-column>

+ 1 - 1
src/views/operationManagement/channel.vue

@@ -333,7 +333,7 @@ const handleSelectionChange = (row) => {
 // 详情
 // 详情
 const showDetail = (scope) => {
 const showDetail = (scope) => {
   myRouter.push({
   myRouter.push({
-    path: '/operationDetail',
+    path: '/operationManagement/operation/operationDetail',
     query: {
     query: {
       id: scope.row.userId
       id: scope.row.userId
     }
     }

+ 1 - 1
src/views/operationManagement/team.vue

@@ -333,7 +333,7 @@ const handleSelectionChange = (row) => {
 // 详情
 // 详情
 const showDetail = (scope) => {
 const showDetail = (scope) => {
   myRouter.push({
   myRouter.push({
-    path: '/operationDetail',
+    path: '/operationManagement/operation/operationDetail',
     query: {
     query: {
       id: scope.row.userId
       id: scope.row.userId
     }
     }

+ 1 - 1
src/views/operationManagement/telemarketing.vue

@@ -351,7 +351,7 @@ const handleSelectionChange = (row) => {
 // 详情
 // 详情
 const showDetail = (scope) => {
 const showDetail = (scope) => {
   myRouter.push({
   myRouter.push({
-    path: '/operationDetail',
+    path: '/operationManagement/operation/operationDetail',
     query: {
     query: {
       id: scope.row.userId
       id: scope.row.userId
     }
     }

+ 1 - 1
src/views/sale/commission.vue

@@ -29,7 +29,7 @@
                 end-placeholder="结束时间" size="default" format="YYYY-MM-DD" />
                 end-placeholder="结束时间" size="default" format="YYYY-MM-DD" />
             </ElFormItem>
             </ElFormItem>
           </ElCol>
           </ElCol>
-          <ElCol :md="6">
+          <ElCol :md="24">
             <ElFormItem>
             <ElFormItem>
               <div class="flex j-end" style="width: 100%">
               <div class="flex j-end" style="width: 100%">
                 <el-button type="primary" @click="findpage">
                 <el-button type="primary" @click="findpage">