Browse Source

Merge branch 'newPageStyle' of ssh://gogs.zfire.top:2222/zfire-front/zfire-newmall-admin into develop

linwenxin 1 year ago
parent
commit
cb9abd2a87

+ 4 - 4
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/dispatchInfo.js

@@ -93,25 +93,25 @@ export default {
         },
         {
           name: 'el-input',
-          md: 24,
+          md: 12,
           attributes: { disabled: true, placeholder: '请选择' },
           formItemAttributes: { label: '派工状态', prop: 'orderStatusText' }
         },
         {
           name: 'el-input',
-          md: 24,
+          md: 12,
           attributes: { disabled: true, placeholder: '请输入' },
           formItemAttributes: { label: '创建时间', prop: 'createTime' }
         },
         {
           name: 'el-input',
-          md: 24,
+          md: 12,
           attributes: { disabled: true, placeholder: '请输入' },
           formItemAttributes: { label: '派单时间', prop: 'dispatchTime' }
         },
         {
           name: 'el-input',
-          md: 24,
+          md: 12,
           attributes: { disabled: true, placeholder: '请输入' },
           formItemAttributes: { label: '接单时间', prop: 'workerReceTime' }
         },