Просмотр исходного кода

调整记录盒页面样式,部门选择默认展开

cfort 2 лет назад
Родитель
Сommit
0cc22b23c0

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -193,7 +193,7 @@ export default {
     },
     data () {
         return {
-            width: 220,
+            width: 210,
             selection: false,
             dialogFormVisible: false,
             // 编辑dialog需要使用

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/templateList.vue

@@ -47,7 +47,7 @@ export default {
 <style lang="scss" scoped>
     .template-container{
         ::v-deep .container-component{
-            margin-left: 250px;
+            margin-left: 210px;
         }
     }
 </style>

+ 3 - 4
src/views/platform/org/employee/list.vue

@@ -140,14 +140,14 @@ export default {
                             label: '归属组织',
                             fieldType: 'select',
                             options: this.positionsList,
-                            labelWidth: 60,
+                            labelWidth: 70,
                             itemWidth: 150
                         },
                         {
                             prop: ['Q^CREATE_TIME_^DL', 'Q^CREATE_TIME_^DG'],
                             label: this.$t('common.field.createTime'),
                             fieldType: 'daterange',
-                            labelWidth: 60,
+                            labelWidth: 70,
                             itemWidth: 220
                         }
                     ]
@@ -157,7 +157,6 @@ export default {
                     {
                         prop: 'name',
                         label: this.$t('platform.org.employee.prop.name'),
-                        formatter: this.aaa,
                         width: 120
                     },
                     {
@@ -170,7 +169,7 @@ export default {
                         prop: 'positionsPath',
                         label: this.$t('platform.org.employee.prop.orgPath'),
                         sortable: false,
-                        minWidth: 300
+                        minWidth: 200
                     },
                     // { prop: 'qq', label: '客户单位名称', width: 250 },
                     {