hwh
2024-08-22 a8029953301875e30b4dfcfc599a6fb4ebcd0c0c
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',