daiqisheng 3 år sedan
förälder
incheckning
4000e137ee

+ 7 - 2
src/pages/main/performance/components/form.vue

@@ -2,11 +2,16 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-11-01 18:03:02
  * @LastEditors: daiqisheng
- * @LastEditTime: 2022-04-24 20:34:03
+ * @LastEditTime: 2022-04-25 12:16:31
  * @FilePath     : \spfm-market-front\src\pages\main\performance\components\form.vue
 -->
 <template>
-  <el-form :inline="true" :model="object">
+  <el-form
+    :inline="true"
+    :model="object"
+    label-position="left"
+    label-width="80px"
+  >
     <!-- <el-row :gutter="24" v-if="form.length < 5">
       <el-col
         v-for="({ props, label, type, dictionary }, index) in form"

+ 4 - 2
src/pages/main/performance/components/table.vue

@@ -1,8 +1,8 @@
 <!--
  * @Author       : yuanrunwei
  * @Date         : 2021-11-01 18:02:58
- * @LastEditors: Please set LastEditors
- * @LastEditTime: 2022-02-10 18:31:51
+ * @LastEditors: daiqisheng
+ * @LastEditTime: 2022-04-25 12:11:10
  * @FilePath     : /spfm-market-front/src/pages/main/performance/components/table.vue
 -->
 <template>
@@ -10,6 +10,7 @@
     class="simple-table"
     :data="computed_list"
     v-loading="loading"
+    style="width: 100%"
     @selection-change="handleSelectionChange"
   >
     <el-table-column
@@ -121,6 +122,7 @@
     </el-table-column>
     <el-table-column
       v-if="handleRow.length"
+      fixed="right"
       label="操作"
       :align="'center'"
       :width="handleRow.length * 50"

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 191 - 192
src/pages/main/performance/index.vue