zzq
2023-09-28 2b78cf0cd68e1809bc4cad7d730bef6ab9c4c118
src/components/makepager/TableCommonView.vue
@@ -42,10 +42,10 @@
            <span
              class="Badge"
              :class="{
                greenSlot: scope.row.status == '4',
                greenSlot: scope.row.status == '4'||scope.row.status ==  '完成',
                redSlot: scope.row.status == '5',
                blueSlot: scope.row.status == '3',
                graySlot: scope.row.status == '1'
                blueSlot: scope.row.status == '3'||scope.row.status ==  '就绪',
                graySlot: scope.row.status == '1',
              }"
              >{{
                item.isCallMethod ? item.getCallMethod(scope.row[item.prop], scope.row) : scope.row[item.prop]