qushaowei
2023-10-28 345ca30ff9f623dc64e1af03fde456f63d18423a
src/views/eam/modules/dailyMaintenanceOrder/FinishDevolutionModal.vue
@@ -13,7 +13,7 @@
      <a-form :form="form">
        <a-divider
          orientation="center"
          style="font-size: large;font-style: italic;color: #66aeed;"
          style="font-size: large;font-style: normal;font-size: 30px;color: #66aeed;"
        > 生产设备二级保养完工移交单 </a-divider>
        <a-row :gutter="24">
          <a-col :span="8">
@@ -78,6 +78,7 @@
      rowKey='id'
      :columns="columns"
      :dataSource="dataSource"
      :pagination="false"
    >
    </a-table>
@@ -88,6 +89,7 @@
        :disabled="true"
        :placeholder="'请输入问题及处理措施描述'"
        v-model="model.description"
        rows="3"
      />
    </div>
    <div :style="{width: '100%',border: '1px solid #e9e9e9',padding: '10px 16px',background: '#fff',}">
@@ -189,7 +191,7 @@
        {
          title: '类型',
          align: 'center',
          dataIndex: 'maintenanceMethod1'
          dataIndex: 'maintenanceRole'
        },
        {
@@ -200,7 +202,7 @@
        {
          title: '保养项目',
          align: 'center',
          dataIndex: 'maintenanceProjectNum'
          dataIndex: 'maintenanceProjectName'
        },
        {
          title: '保养标准',
@@ -210,12 +212,12 @@
        {
          title: '执行情况',
          align: 'center',
          dataIndex: 'maintenanceTool1'
          dataIndex: 'maintenanceOrderDetailUda2'
        },
        {
          title: '执行人',
          align: 'center',
          dataIndex: 'photo1',
          dataIndex: 'maintenanceOrderDetailUda1',
        },
      ],