沈丘营商办后台前端项目
wangyuhang
8 天以前 8d27f95cf6e3b3289e90828ecef72e0c74f804b0
src/views/infomanger/abnormal/index.vue
@@ -59,6 +59,7 @@
        </template>
      </el-table-column>
      <el-table-column label="申请时间" prop="applyTime" width="180"></el-table-column>
      <el-table-column label="执法时间" prop="executeTime" width="180"></el-table-column>
      <el-table-column label="状态" prop="orderStatus" width="100">
        <template #default="scope">
          {{ refValue.orderStatusMap[scope.row.orderStatus] }}