hwh
2024-08-27 41ca2b65f055b9c7b8f3ce68418423bac15c8e46
Web/src/views/wcs/wcsPlc/index.vue
@@ -59,6 +59,7 @@
        @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',