| | |
| | | @sort-change="sortChange" border=""> |
| | | <el-table-column type="index" label="序号" width="55" align="center" /> |
| | | <el-table-column prop="ip" label="PLCIP地址" show-overflow-tooltip="" /> |
| | | <el-table-column prop="port" label="PLC端口" show-overflow-tooltip="" /> |
| | | <el-table-column prop="plcType" label="PLC类型" show-overflow-tooltip=""> |
| | | <template #default="scope"> |
| | | <el-tag :type="dv('PLCEnum', scope.row.plcType)?.tagType"> {{ dv('PLCEnum', |
| | |
| | | const queryParams = ref<any>({}); |
| | | const tableParams = ref({ |
| | | page: 1, |
| | | pageSize: 10, |
| | | pageSize: 20, |
| | | total: 0, |
| | | }); |
| | | |