沈丘营商办后台前端项目
wjt
2024-07-23 4954b1807799784667e06a2276b8bf3588fc1a8f
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] }}