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

菜单管理、体系运行记录盒页面样式调整

cfort 1 год назад
Родитель
Сommit
1b1675dfba

+ 1 - 0
src/views/platform/auth/appres/manage.vue

@@ -18,6 +18,7 @@
                     slot="searchForm"
                     slot="searchForm"
                     v-model="systemId"
                     v-model="systemId"
                     placeholder="请先设置子系统"
                     placeholder="请先设置子系统"
+                    style="width: 100%"
                     @change="changeSystem"
                     @change="changeSystem"
                 >
                 >
                     <el-option
                     <el-option

+ 1 - 0
src/views/platform/auth/resources/manage.vue

@@ -18,6 +18,7 @@
                     slot="searchForm"
                     slot="searchForm"
                     v-model="systemId"
                     v-model="systemId"
                     placeholder="请先设置子系统"
                     placeholder="请先设置子系统"
+                    style="width: 100%"
                     @change="changeSystem"
                     @change="changeSystem"
                 >
                 >
                     <el-option
                     <el-option

+ 4 - 3
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -272,11 +272,11 @@ export default {
                 },
                 },
                 // 表格字段配置
                 // 表格字段配置
                 columns: [
                 columns: [
-                    { prop: 'deptName', label: '部门', width: 85 },
+                    { prop: 'deptName', label: '部门', width: 110 },
                     { prop: 'procDefName', label: '表单名称', formatter: this.replaceFormName, width: 220 },
                     { prop: 'procDefName', label: '表单名称', formatter: this.replaceFormName, width: 220 },
                     { prop: 'desc', label: '事务说明', 'min-width': 280 },
                     { prop: 'desc', label: '事务说明', 'min-width': 280 },
                     { prop: 'endTime', label: '完成时间', sortable: 'custom', width: 135 },
                     { prop: 'endTime', label: '完成时间', sortable: 'custom', width: 135 },
-                    { prop: 'createBy', label: '编制人', width: 70, slotName: 'creator' }
+                    { prop: 'createBy', label: '编制人', width: 100, slotName: 'creator' }
                 ],
                 ],
                 rowHandle: {
                 rowHandle: {
                     actions: [
                     actions: [
@@ -287,7 +287,8 @@ export default {
                         // }
                         // }
                     ],
                     ],
                     effect: 'display',
                     effect: 'display',
-                    width: '100'
+                    width: '100',
+                    colWidth: '100'
                 }
                 }
             }
             }
         }
         }