loulijun2021
2022-07-04 bc95be087fbf1b6c93bb8cdb8f0478305ec1199f
src/views/scgl/gd.vue
@@ -128,8 +128,10 @@
            width="110"
          >
            <template slot-scope="{row}">
              <div v-if="row.status==='CREATING'">进行中</div>
              <div v-if="row.status==='NEW'">未开始</div>
              <div v-if="row.status==='NEW'">新工单</div>
              <div v-if="row.status==='ALLOC'">已派发</div>
              <div v-if="row.status==='START'">开工</div>
              <div v-if="row.status==='CLOSED'">完工</div>
            </template>
          </el-table-column>
          <el-table-column
@@ -186,7 +188,6 @@
          <el-table-column
            prop="createdate"
            label="创建时间"
            show-overflow-tooltip
            sortable="custom"
          />
          <el-table-column
@@ -322,8 +323,10 @@
        rows: 20 // 每页多少条
      },
      erporderstusArr: [
        { code: 'CREATING', name: '进行中' },
        { code: 'NEW', name: '未开始' }
        { code: 'NEW', name: '新工单' },
        { code: 'ALLOC', name: '已派发' },
        { code: 'START', name: '开工' },
        { code: 'CLOSED', name: '完工' }
      ],
      total: 10,
      radioSelected: '',