| | |
| | | VITE_APP_BASE=/manage |
| | | |
| | | # 服务地址 |
| | | VITE_APP_URL = https://wrj.shuixiongit.com/api |
| | | # VITE_APP_URL = https://wrj.shuixiongit.com/api |
| | | #VITE_APP_URL= http://192.168.1.168 |
| | | # VITE_APP_URL= http://192.168.1.33 |
| | | VITE_APP_URL= http://192.168.1.33 |
| | | #VITE_APP_URL= http://192.168.1.204 |
| | | #新大屏地址 |
| | | VITE_APP_DASHBOARD_URL = 'https://wrj.shuixiongit.com/command-center-dashboard/' |
| | |
| | | if(newTab === 'PASS') { |
| | | searchForm.status = '3' |
| | | } |
| | | }) |
| | | }, { immediate: true }) |
| | | |
| | | // 周期 |
| | | const cycles = ref(['每天', '周一', '周二', '周三', '周四', '周五', '周六', '周末', '周天', '工作日']) |
| | |
| | | <el-table-column prop="cycle_time_value" label="工单周期频次" align="center" show-overflow-tooltip /> |
| | | <el-table-column label="操作" width="200" fixed="right" align="center"> |
| | | <template #default="scope"> |
| | | {{scope.row.status}} |
| | | <!-- {{scope.row.status}}--> |
| | | <template v-if="scope.row.status === 1"> |
| | | <el-button type="text" icon="el-icon-view" v-if="permission.order_log_review" @click="handleCheckDetail(scope.row, '工单审核')">审核</el-button> |
| | | <!--待审核状态--> |