src/views/eam/technical/EamTechnicalStatusEvaluationApplicationList.vue
@@ -20,8 +20,7 @@
                             show-search :replaceFields="{key:'orgCode',value:'orgCode'}"
                             treeNodeFilterProp="title" searchPlaceholder="请输入关键字搜索"
                             :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" placeholder="请选择申请部门"
                             allow-clear tree-default-expand-all>
              </a-tree-select>
                             allow-clear tree-default-expand-all/>
            </a-form-item>
          </a-col>
          <a-col :xl="5" :lg="6" :md="8" :sm="12">
@@ -53,6 +52,11 @@
    <!-- table区域-begin -->
    <a-table ref="table" size="middle" bordered rowKey="id" :columns="columns" :dataSource="dataSource"
             :pagination="ipagination" :loading="loading" :scroll="{x:'max-content'}" @change="handleTableChange">
      <!--使用部门-->
      <template slot="factoryCode" slot-scope="text,record">
        {{[record.zxfactoryOrgCode_dictText,record.gqfactoryOrgCode_dictText,record.factoryCode_dictText].filter(item=>item).join('/')}}
      </template>
        <span slot="action" slot-scope="text, record">
          <template v-if="record.applicationStatus=='WAIT_SUBMIT'">
@@ -139,6 +143,12 @@
            fixed: 'left'
          },
          {
            title: '使用部门',
            dataIndex: 'factoryCode',
            scopedSlots: { customRender: 'factoryCode' },
            fixed: 'left'
          },
          {
            title: '申请单状态',
            align: 'center',
            dataIndex: 'applicationStatus_dictText',