| | |
| | | prop="createBy" |
| | | width="120" |
| | | /> |
| | | |
| | | <el-table-column |
| | | label="随访时间" |
| | | sortable |
| | | align="center" |
| | | prop="visitTime" |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.visitTime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="完成时间" |
| | | sortable |
| | | align="center" |
| | | prop="finishtime" |
| | | width="160" |
| | | > |
| | |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: `http://192.168.168.60:8095`, |
| | | target: `http://192.168.144.34:8095`, |
| | | // target: `http://192.168.100.121:8095`, |
| | | // target: `http://192.168.100.100:8095`, |
| | | // target:`http://localhost:8095`, |
| | | // target: `http://192.168.101.135:8095`, |
| | | // target: `http://192.168.101.166:8093`, |