| | |
| | | value: 0 |
| | | }, |
| | | { |
| | | label: '享文件夹', |
| | | label: '共享文件夹', |
| | | value: 1 |
| | | }, |
| | | { |
| | |
| | | <el-table-column |
| | | prop="machineName" |
| | | label="名称" |
| | | width="180"> |
| | | width="200"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="type" |
| | |
| | | <el-table-column |
| | | prop="category" |
| | | label="加工类型" |
| | | width="180"> |
| | | width="80"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="ip" |
| | | label="IP地址" |
| | | width="180"> |
| | | width="150"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="port" |
| | | label="端口" |
| | | width="180"> |
| | | width="90"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="workshop" |
| | | label="车间" |
| | | width="180"> |
| | | width="120"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="section" |
| | | label="工段" |
| | | width="180"> |
| | | width="120"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="shiftType" |
| | | label="班制" |
| | | width="180"> |
| | | width="100"> |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.shiftType == 1">1班</span> |
| | | <span v-else-if="scope.row.shiftType == 2">2班</span> |
| | | <span v-else-if="scope.row.shiftType == 3">3班</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="port" |
| | | label="端口" |
| | | width="180"> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="transMode" |
| | | label="程序传输模式" |
| | | width="180"> |
| | | label="传输模式" |
| | | width="90"> |
| | | <template slot-scope="scope"> |
| | | <span v-if="scope.row.transMode == 0">com口</span> |
| | | <span v-else-if="scope.row.transMode == 1">共享文件夹</span> |