沈丘营商办后台前端项目
wjt
2024-08-14 27087cf06cc50699e2b89fff1060486cf0e84379
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] }}