qushaowei
2023-08-24 7183ac93ac12e540a17d9e71fd2b04c2610b0a24
src/views/eam/MalfunctionRepair.vue
@@ -82,7 +82,7 @@
        <!-- :rowSelection="rowSelection" -->
        <!-- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" -->
        <template
        <!-- <template
          slot="htmlSlot"
          slot-scope="text"
        >
@@ -123,7 +123,7 @@
          >
            下载
          </a-button>
        </template>
        </template> -->
        <span
          slot="action"
@@ -228,7 +228,7 @@
import { mixinDevice } from '@/utils/mixin'
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import MalfunctionRepairModal from './modules/malfunctionRepair/MalfunctionRepaireModal'
import FaultDescriptionList from './FaultDescriptionList'
import FaultDescriptionList from './modules/malfunctionRepair/FaultDescriptionList'
import ApprovelModal from './modules/malfunctionRepair/ApprovelModal'
export default {
@@ -312,11 +312,11 @@
          align: "center",
          dataIndex: 'faultTime'
        },
        // {
        //   title: '是否停机待修',
        //   align: "center",
        //   dataIndex: 'isStop_dictText',
        // },
        {
          title: '是否停机待修',
          align: "center",
          dataIndex: 'isStopName',
        },
        {
          title: '创建人',
          align: "center",